File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 5656 -destination "${DESTINATION}" |
5757 xcbeautify --is-ci --quiet --renderer github-actions
5858 - name : Upload coverage data
59- uses : codecov/codecov-action@v3
59+ uses : codecov/codecov-action@v4
6060 with :
6161 token : ${{ secrets.CODECOV_TOKEN }}
6262 swift : true
@@ -82,19 +82,19 @@ jobs:
8282 run : |
8383 DEBIAN_FRONTEND=noninteractive apt-get update
8484 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
8787 - name : Run tests
8888 shell : bash
8989 run : |
9090 set -o pipefail && \
9191 swift test --sanitize=thread --enable-code-coverage |
9292 ./xcbeautify --is-ci --quiet --renderer github-actions
9393 - name : Upload coverage data
94- uses : vapor/swift-codecov-action@v0.2
94+ uses : vapor/swift-codecov-action@v0.3
9595 with :
96- cc_token : ${{ secrets.CODECOV_TOKEN }}
97- cc_verbose : true
96+ codecov_token : ${{ secrets.CODECOV_TOKEN }}
97+ verbose : true
9898
9999 codeql :
100100 if : ${{ !(github.event.pull_request.draft || false) }}
You can’t perform that action at this time.
0 commit comments