Skip to content

Commit

Permalink
Merge pull request #54 from okp4/dependabot/github_actions/codecov/co…
Browse files Browse the repository at this point in the history
…decov-action-4
  • Loading branch information
dependabot[bot] committed Feb 1, 2024
2 parents b613843 + 6a6141e commit 250cf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: cargo make test-coverage

- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./lcov.info
fail_ci_if_error: false

0 comments on commit 250cf5c

Please sign in to comment.