-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b090818
commit c0c16b3
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,15 +12,13 @@ jobs: | |
name: Coverage on Ubuntu | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up JDK 17 | ||
uses: actions/setup-java@v4 | ||
- name: Set up JDK 17 and Maven | ||
uses: s4u/setup-[email protected] | ||
with: | ||
distribution: 'temurin' | ||
java-distribution: 'temurin' | ||
java-version: '17' | ||
check-latest: true | ||
cache: 'maven' | ||
- name: Generate coverage with JaCoCo | ||
run: mvn clean verify jacoco:prepare-agent test integration-test jacoco:report | ||
run: mvn clean jacoco:prepare-agent test jacoco:report | ||
|
||
- name: Upload coverage to Codecov | ||
uses: codecov/codecov-action@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters