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 10, 2024
1 parent 995642f commit 75ffb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
with:
files: ./target/site/jacoco/jacoco.xml
flags: unittests
## - name: Run tests
## run: npx jest --coverage
- name: Run tests
run: npx jest --coverage
- name: Upload results to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 75ffb87

Please sign in to comment.