Skip to content

Commit

Permalink
Merge pull request #69 from pnerg/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-3.1.1

build(deps): bump codecov/codecov-action from 2.1.0 to 3.1.1
  • Loading branch information
pnerg authored Dec 22, 2022
2 parents f0ef61c + ec56c96 commit 631a91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Run tests & coverage
run: sbt jacoco
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.1
with:
fail_ci_if_error: true

0 comments on commit 631a91b

Please sign in to comment.