File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 with :
155155 token : ${{ secrets.codecov }}
156156 file : ./coverage.xml
157- flags : ${{ runner.os }}
157+ flags : GHA
158158 fail_ci_if_error : false
159159 name : ${{ matrix.name }}
160160
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ script: tox
7171after_success :
7272 - |
7373 if [[ "$PYTEST_COVERAGE" = 1 ]]; then
74- env CODECOV_NAME="$TOXENV-$TRAVIS_OS_NAME" scripts/report-coverage.sh
74+ env CODECOV_NAME="$TOXENV-$TRAVIS_OS_NAME" scripts/report-coverage.sh -F Travis
7575 fi
7676
7777notifications :
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ python -m coverage xml
1515python -m coverage report -m
1616# Set --connect-timeout to work around https://github.com/curl/curl/issues/4461
1717curl -S -L --connect-timeout 5 --retry 6 -s https://codecov.io/bash -o codecov-upload.sh
18- bash codecov-upload.sh -Z -X fix -f coverage.xml
18+ bash codecov-upload.sh -Z -X fix -f coverage.xml " $@ "
You can’t perform that action at this time.
0 commit comments