Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75ffb87

Browse files
authoredNov 10, 2024··
Update maven.yml
1 parent 995642f commit 75ffb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
with:
3333
files: ./target/site/jacoco/jacoco.xml
3434
flags: unittests
35-
## - name: Run tests
36-
## run: npx jest --coverage
35+
- name: Run tests
36+
run: npx jest --coverage
3737
- name: Upload results to Codecov
3838
uses: codecov/codecov-action@v4
3939
with:

0 commit comments

Comments
 (0)
Please sign in to comment.