Skip to content

Commit

Permalink
Merge pull request #32 from ivms-online/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5.1.2

Bump codecov/codecov-action from 5.1.1 to 5.1.2
  • Loading branch information
rafalwrzeszcz authored Dec 19, 2024
2 parents 4b687e3 + 2eef288 commit 134f9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-
run: "make lcov"
-
uses: "codecov/[email protected].1"
uses: "codecov/[email protected].2"
with:
token: "${{ vars.CODECOV_TOKEN }}"
flags: "unittests,rust-${{ vars.RUST_BUILD_TARGET }}"
Expand Down

0 comments on commit 134f9d5

Please sign in to comment.