Skip to content

Commit

Permalink
Move to codecov v2 action (v1 is deprecated) (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjamesr authored Oct 10, 2021
1 parent 541d02f commit 60f59ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cobertura.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: eskatos/gradle-command-action@v1
with:
arguments: cobertura
wrapper-cache-enabled: true
distributions-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
with:
files: build/reports/cobertura/coverage.xml
fail_ci_if_error: false

0 comments on commit 60f59ca

Please sign in to comment.