Skip to content

Commit

Permalink
Update test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Jul 14, 2023
1 parent fb6f2f0 commit d6a30da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ jobs:
- name: Run tests
run: |
mvn '-Dtest=!*IntegrationTest' verify -Djacoco.destFile=exportJacoco/jacoco-fast.exec
- name: Upload jacoco exec results
uses: actions/upload-artifact@v2
with:
name: unit-tests-jacoco
path: exportJacoco/jacoco-fast.exec
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit d6a30da

Please sign in to comment.