We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94755d4 commit 2e67be5Copy full SHA for 2e67be5
.github/workflows/ci.yml
@@ -31,8 +31,8 @@ jobs:
31
- name: Run Checkstyle
32
run: mvn checkstyle:check
33
34
- - name: Build and run tests
35
- run: mvn verify
+ - name: Run tests with coverage
+ run: mvn clean verify
36
37
- name: Upload JaCoCo reports
38
uses: actions/upload-artifact@v4
@@ -46,6 +46,4 @@ jobs:
46
uses: qltysh/qlty-action/coverage@v1
47
with:
48
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
49
- files: |
50
- user-service/target/site/jacoco/jacoco.xml
51
- notification-service/target/site/jacoco/jacoco.xml
+ files: user-service/target/site/jacoco/jacoco.xml,notification-service/target/site/jacoco/jacoco.xml
0 commit comments