Skip to content

Commit

Permalink
Update test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
asmfstatoil authored Jul 31, 2023
1 parent f62dd22 commit fa57bb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
distribution: 'zulu'
java-version: 11
- name: Run tests and create jacoco.exec
run: mvn -B verify -ntp
run: mvn -B test -ntp
- name: Create coverage report from jacoco execution data
run: mvn -B jacoco:report -ntp
- name: Upload jacoco coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
file: ./**/target/site/jacoco/jacoco.xml
file: jacoco.xml
name: codecov
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit fa57bb7

Please sign in to comment.