Skip to content

Commit

Permalink
Update codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Nov 15, 2024
1 parent dc29912 commit 2239995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# yamllint disable rule:line-length
run: |
python -c "import os; print(os.getcwd())"
python -m pytest tests/ -v --cov-report term-missing --cov=lessons --cov-report=xml
python -m pytest . -v --cov-report term-missing --cov-report=xml --cov=./
# yamllint enable rule:line-length
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.6.0
Expand Down

0 comments on commit 2239995

Please sign in to comment.