Skip to content

Commit

Permalink
Update test_coverage.yml
Browse files Browse the repository at this point in the history
no transfer progress
  • Loading branch information
asmfstatoil authored Jul 31, 2023
1 parent 9a1803f commit f62dd22
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,9 +16,9 @@ jobs:
distribution: 'zulu'
java-version: 11
- name: Run tests and create jacoco.exec
run: mvn -B verify
run: mvn -B verify -ntp
- name: Create coverage report from jacoco execution data
run: mvn -B jacoco:report
run: mvn -B jacoco:report -ntp
- name: Upload jacoco coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit f62dd22

Please sign in to comment.