We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a8ddc commit ec2fcb3Copy full SHA for ec2fcb3
.github/workflows/build.yml
@@ -25,14 +25,15 @@ jobs:
25
# - name: Check style
26
# run: poetry run flake8 --exclude=docs*
27
- name: Test with pytest
28
- run: |
29
- poetry run pytest --cov=./ --cov-report=xml
+ run: poetry run pytest --cov=./ --cov-report=xml
30
- name: Upload coverage to Codecov
31
uses: codecov/codecov-action@v1
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }}
34
file: ./coverage.xml
35
flags: unittests
36
name: codecov-umbrella
+ fail_ci_if_error: true
37
+ name: codecov-umbrella
38
yml: ./codecov.yml
39
fail_ci_if_error: true
0 commit comments