Skip to content

Commit 6247cd4

Browse files
committed
Remove codecov package and from CI
1 parent 3ca497e commit 6247cd4

3 files changed

Lines changed: 65 additions & 170 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,6 @@ jobs:
361361
docker exec -i my_container bash -c "poetry run coverage xml"
362362
docker cp my_container:/root/python-sc2/coverage.xml $(pwd)/coverage.xml
363363
364-
- name: Upload coverage to Codecov
365-
uses: codecov/codecov-action@v2
366-
with:
367-
token: ${{ secrets.CODECOV_TOKEN }}
368-
files: coverage.xml
369-
370364
- name: Generate html coverage files in htmlcov/ folder
371365
run: |
372366
docker exec -i my_container bash -c "poetry run coverage html"

0 commit comments

Comments
 (0)