Skip to content

Commit

Permalink
Fix broken codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jan 30, 2024
1 parent e72a5d6 commit d1ee986
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/capi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
--format lcov > lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
# version 3.1.5 upgrades to Node 20 (https://github.com/codecov/codecov-action/issues/1230), which breaks inside our container
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
flags: capi
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ jobs:
--format lcov > lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
# version 3.1.5 upgrades to Node 20 (https://github.com/codecov/codecov-action/issues/1230), which breaks inside our container
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
flags: rust

0 comments on commit d1ee986

Please sign in to comment.