Skip to content

Commit e98cadf

Browse files
committed
Merge branch 'develop' of https://github.com/raspersc2/python-sc2 into fix/terrain-height-check-for-expansion-locations
2 parents 94314b7 + 6247cd4 commit e98cadf

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)