Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pauluswi authored Nov 11, 2024
1 parent d4500b2 commit 215d15b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
files: ./target/site/jacoco/jacoco.xml
flags: unittests
#- name: Upload coverage to Codecov
# uses: codecov/codecov-action@v2
# with:
# files: ./target/site/jacoco/jacoco.xml
# flags: unittests
- name: Run tests
run: npx jest --coverage --passWithNoTests
- name: Upload results to Codecov
Expand Down

0 comments on commit 215d15b

Please sign in to comment.