We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e99996 commit e5c46eeCopy full SHA for e5c46ee
.github/workflows/codecov.yml
@@ -32,7 +32,7 @@ jobs:
32
# yamllint disable rule:line-length
33
run: |
34
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
+ python -m pytest . --ignore=solutions --log-cli-level=INFO -v --cov-report term-missing --cov --cov-branch --cov-report=xml
36
# yamllint enable rule:line-length
37
- name: Upload coverage to Codecov
38
uses: codecov/[email protected]
0 commit comments