File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154
154
with :
155
155
token : ${{ secrets.codecov }}
156
156
file : ./coverage.xml
157
- flags : ${{ runner.os }}
157
+ flags : GHA
158
158
fail_ci_if_error : false
159
159
name : ${{ matrix.name }}
160
160
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ script: tox
71
71
after_success :
72
72
- |
73
73
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
75
75
fi
76
76
77
77
notifications :
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ python -m coverage xml
15
15
python -m coverage report -m
16
16
# Set --connect-timeout to work around https://github.com/curl/curl/issues/4461
17
17
curl -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