Skip to content

Commit

Permalink
Update codecov action to /v4
Browse files Browse the repository at this point in the history
Resolves #193
  • Loading branch information
Sean-Der committed Apr 8, 2024
1 parent 6423f00 commit d071fbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-wasm.reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ jobs:
-exec="${GO_JS_WASM_EXEC}" \
-v ./...
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
name: codecov-umbrella
fail_ci_if_error: true
flags: wasm
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/test.reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ jobs:
path: /tmp/gotest.log
if-no-files-found: error

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
name: codecov-umbrella
fail_ci_if_error: true
flags: go
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d071fbf

Please sign in to comment.