Skip to content

Commit

Permalink
Merge pull request #371 from apache/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4.1.0

Bump codecov/codecov-action from 4.0.2 to 4.1.0
  • Loading branch information
garydgregory committed Mar 1, 2024
2 parents f3be599 + c9ab2a8 commit 0e7648a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -48,6 +48,6 @@ jobs:
run: mvn --show-version --batch-mode --no-transfer-progress test jacoco:report

- name: Upload coverage to Codecov
uses: codecov/codecov-action@0cfda1dd0a4ad9efc75517f399d859cd1ea4ced1 # v4.0.2
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
with:
files: ./target/site/jacoco/jacoco.xml

0 comments on commit 0e7648a

Please sign in to comment.