Skip to content

Commit

Permalink
use latest codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel committed Mar 14, 2021
1 parent f8d61e1 commit 297f626
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ jobs:
- name: Test
run: mvn clean test --errors --batch-mode
- name: CodeCov
uses: codecov/codecov-action@v1.0.13
uses: codecov/codecov-action@v1
if: matrix.os == 'ubuntu-18.04' && matrix.java == 8 && github.repository == 'yegor256/cactoos'
timeout-minutes: 10
with:
file: target/coverage/jacoco.xml

Expand Down

0 comments on commit 297f626

Please sign in to comment.