File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ test_script:
8181
8282after_test :
8383- pip install codecov
84- - codecov --file coverage.xml --name %PYTHON%
84+ - codecov --file coverage.xml --name %PYTHON% --flags AppVeyor
8585
8686matrix :
8787 fast_finish : true
Original file line number Diff line number Diff line change 99fi
1010
1111if [[ $TRAVIS ]]; then
12- codecov
12+ codecov --flags TravisCI
1313fi
1414
1515if [ " $TRAVIS_PYTHON_VERSION " == " 3.8" ]; then
Original file line number Diff line number Diff line change 6666 uses : codecov/codecov-action@v1
6767 with :
6868 token : ${{ secrets.CODECOV_TOKEN }}
69+ flags : GHA_Docker
6970 name : ${{ matrix.docker }}
Original file line number Diff line number Diff line change @@ -367,6 +367,7 @@ jobs:
367367 with :
368368 token : ${{ secrets.CODECOV_TOKEN }}
369369 file : ./coverage.xml
370+ flags : GHA_Windows
370371 name : ${{ runner.os }} Python ${{ matrix.python-version }}
371372
372373 - name : Build wheel
Original file line number Diff line number Diff line change 2424 env : PYTHONOPTIMIZE=2
2525 - python-version : " 3.6"
2626 env : PYTHONOPTIMIZE=1
27+ # Include new variables for Codecov
28+ - os : ubuntu-latest
29+ codecov-flag : GHA_Ubuntu
30+ - os : macOS-latest
31+ codecov-flag : GHA_macOS
32+
2733 runs-on : ${{ matrix.os }}
2834 name : ${{ matrix.os }} Python ${{ matrix.python-version }}
2935
@@ -103,4 +109,5 @@ jobs:
103109 uses : codecov/codecov-action@v1
104110 with :
105111 token : ${{ secrets.CODECOV_TOKEN }}
112+ flags : ${{ matrix.codecov-flag }}
106113 name : ${{ matrix.os }} Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments