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 865ae15 commit 702a794Copy full SHA for 702a794
.github/workflows/build.yml
@@ -40,15 +40,9 @@ jobs:
40
- name: Run tox with tox-gh-actions
41
run: tox -e py
42
43
- # I couldn't get this to work. The coverage uploads successfully, but codecov isn't able to
44
- # read it and doesn't give an explanation for why.
45
-
46
- name: Upload coverage
47
uses: codecov/codecov-action@v2
48
with:
49
- #token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
50
files: ./coverage.xml # optional
51
- flags: unittests # optional
52
- name: test # optional
53
fail_ci_if_error: true # optional (default = false)
54
verbose: true # optional (default = false)
0 commit comments