Skip to content

Commit e5c46ee

Browse files
committed
Update codecov.yml
1 parent 5e99996 commit e5c46ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
# yamllint disable rule:line-length
3333
run: |
3434
python -c "import os; print(os.getcwd())"
35-
python -m pytest . --ignore=solutions --log-cli-level=INFO -v --cov-report term-missing --cov=lessons --cov-report=xml
35+
python -m pytest . --ignore=solutions --log-cli-level=INFO -v --cov-report term-missing --cov --cov-branch --cov-report=xml
3636
# yamllint enable rule:line-length
3737
- name: Upload coverage to Codecov
3838
uses: codecov/[email protected]

0 commit comments

Comments
 (0)