Skip to content

Commit 593a352

Browse files
hugovkradarhere
authored andcommitted
Flag Codecov uploads for easier coverage checking/debugging
1 parent 4b626ea commit 593a352

5 files changed

Lines changed: 5 additions & 2 deletions

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ test_script:
8181

8282
after_test:
8383
- pip install codecov
84-
- codecov --file coverage.xml --name %PYTHON%
84+
- codecov --file coverage.xml --name %PYTHON% --flags AppVeyor
8585

8686
matrix:
8787
fast_finish: true

.ci/after_success.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ else
99
fi
1010

1111
if [[ $TRAVIS ]]; then
12-
codecov
12+
codecov --flags TravisCI
1313
fi
1414

1515
if [ "$TRAVIS_PYTHON_VERSION" == "3.8" ]; then

.github/workflows/test-docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ jobs:
6666
uses: codecov/codecov-action@v1
6767
with:
6868
token: ${{ secrets.CODECOV_TOKEN }}
69+
flags: GHADocker
6970
name: ${{ matrix.docker }}

.github/workflows/test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ jobs:
361361
with:
362362
token: ${{ secrets.CODECOV_TOKEN }}
363363
file: ./coverage.xml
364+
flags: GHAWindows
364365
name: ${{ runner.os }} Python ${{ matrix.python-version }}
365366

366367
- name: Build wheel

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@ jobs:
9797
uses: codecov/codecov-action@v1
9898
with:
9999
token: ${{ secrets.CODECOV_TOKEN }}
100+
flags: GHA
100101
name: ${{ matrix.os }} Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)