File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 56
56
-destination "${DESTINATION}" |
57
57
xcbeautify --is-ci --quiet --renderer github-actions
58
58
- name : Upload coverage data
59
- uses : codecov/codecov-action@v3
59
+ uses : codecov/codecov-action@v4
60
60
with :
61
61
token : ${{ secrets.CODECOV_TOKEN }}
62
62
swift : true
@@ -82,19 +82,19 @@ jobs:
82
82
run : |
83
83
DEBIAN_FRONTEND=noninteractive apt-get update
84
84
DEBIAN_FRONTEND=noninteractive apt-get install -y curl xz-utils
85
- curl -fsSLO 'https://github.com/tuist /xcbeautify/releases/download/1.0.1 /xcbeautify-1.0.1 -x86_64-unknown-linux-gnu.tar.xz'
86
- tar -x -J -f xcbeautify-1.0.1 -x86_64-unknown-linux-gnu.tar.xz
85
+ curl -fsSLO 'https://github.com/cpisciotta /xcbeautify/releases/download/2.15.0 /xcbeautify-2.15.0 -x86_64-unknown-linux-gnu.tar.xz'
86
+ tar -x -J -f xcbeautify-2.15.0 -x86_64-unknown-linux-gnu.tar.xz
87
87
- name : Run tests
88
88
shell : bash
89
89
run : |
90
90
set -o pipefail && \
91
91
swift test --sanitize=thread --enable-code-coverage |
92
92
./xcbeautify --is-ci --quiet --renderer github-actions
93
93
- name : Upload coverage data
94
- uses : vapor/swift-codecov-action@v0.2
94
+ uses : vapor/swift-codecov-action@v0.3
95
95
with :
96
- cc_token : ${{ secrets.CODECOV_TOKEN }}
97
- cc_verbose : true
96
+ codecov_token : ${{ secrets.CODECOV_TOKEN }}
97
+ verbose : true
98
98
99
99
codeql :
100
100
if : ${{ !(github.event.pull_request.draft || false) }}
You can’t perform that action at this time.
0 commit comments