We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca497e commit 6247cd4Copy full SHA for 6247cd4
3 files changed
.github/workflows/ci.yml
@@ -361,12 +361,6 @@ jobs:
361
docker exec -i my_container bash -c "poetry run coverage xml"
362
docker cp my_container:/root/python-sc2/coverage.xml $(pwd)/coverage.xml
363
364
- - name: Upload coverage to Codecov
365
- uses: codecov/codecov-action@v2
366
- with:
367
- token: ${{ secrets.CODECOV_TOKEN }}
368
- files: coverage.xml
369
-
370
- name: Generate html coverage files in htmlcov/ folder
371
run: |
372
docker exec -i my_container bash -c "poetry run coverage html"
0 commit comments