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 : GHADocker
6970 name : ${{ matrix.docker }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 9797 uses : codecov/codecov-action@v1
9898 with :
9999 token : ${{ secrets.CODECOV_TOKEN }}
100+ flags : GHA
100101 name : ${{ matrix.os }} Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments