Skip to content

Commit

Permalink
Fix Codecov (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarsotovalero authored Mar 26, 2021
1 parent d56fecb commit a94dc3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
- name: "Integration Tests"
run: mvn failsafe:integration-test --errors --fail-at-end
# The following is only executed on Ubuntu on Java 11
- name: "JaCoCo Coverage Report"
if: matrix.os == 'ubuntu-latest' && matrix.java == 11 && github.repository == 'castor-software/depclean'
run: mvn jacoco:report
- name: "Codecov"
if: matrix.os == 'ubuntu-latest' && matrix.java == 11 && github.repository == 'castor-software/depclean'
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit a94dc3c

Please sign in to comment.