Skip to content

Commit 702a794

Browse files
committed
Remove some comments
1 parent 865ae15 commit 702a794

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,9 @@ jobs:
4040
- name: Run tox with tox-gh-actions
4141
run: tox -e py
4242

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-
4643
- name: Upload coverage
4744
uses: codecov/codecov-action@v2
4845
with:
49-
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
5046
files: ./coverage.xml # optional
51-
flags: unittests # optional
52-
name: test # optional
5347
fail_ci_if_error: true # optional (default = false)
5448
verbose: true # optional (default = false)

0 commit comments

Comments
 (0)