Flag Codecov uploads for easier coverage checking/debugging

This commit is contained in:
Hugo 2020-01-24 09:28:52 +02:00 committed by Andrew Murray
parent 4b626ea14a
commit 593a352466
5 changed files with 5 additions and 2 deletions

View File

@ -81,7 +81,7 @@ test_script:
after_test:
- pip install codecov
- codecov --file coverage.xml --name %PYTHON%
- codecov --file coverage.xml --name %PYTHON% --flags AppVeyor
matrix:
fast_finish: true

View File

@ -9,7 +9,7 @@ else
fi
if [[ $TRAVIS ]]; then
codecov
codecov --flags TravisCI
fi
if [ "$TRAVIS_PYTHON_VERSION" == "3.8" ]; then

View File

@ -66,4 +66,5 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: GHADocker
name: ${{ matrix.docker }}

View File

@ -361,6 +361,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
flags: GHAWindows
name: ${{ runner.os }} Python ${{ matrix.python-version }}
- name: Build wheel

View File

@ -97,4 +97,5 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: GHA
name: ${{ matrix.os }} Python ${{ matrix.python-version }}