Skip to content

Commit

Permalink
Merge pull request #8 from jenkinsci/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-2.1.0

Bump codecov/codecov-action from 1 to 2.1.0
  • Loading branch information
flozzone authored Feb 17, 2022
2 parents a5612f1 + 4940a9a commit 70b4caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: mvn -Penable-jacoco clean verify -B -V -ntp

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2.1.0
with:
file: '*jacoco.xml'

0 comments on commit 70b4caa

Please sign in to comment.