Skip to content

Commit 2e67be5

Browse files
Added jacoco changes
1 parent 94755d4 commit 2e67be5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
- name: Run Checkstyle
3232
run: mvn checkstyle:check
3333

34-
- name: Build and run tests
35-
run: mvn verify
34+
- name: Run tests with coverage
35+
run: mvn clean verify
3636

3737
- name: Upload JaCoCo reports
3838
uses: actions/upload-artifact@v4
@@ -46,6 +46,4 @@ jobs:
4646
uses: qltysh/qlty-action/coverage@v1
4747
with:
4848
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
49-
files: |
50-
user-service/target/site/jacoco/jacoco.xml
51-
notification-service/target/site/jacoco/jacoco.xml
49+
files: user-service/target/site/jacoco/jacoco.xml,notification-service/target/site/jacoco/jacoco.xml

0 commit comments

Comments
 (0)