Skip to content

Commit

Permalink
Jacoco report workflow added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Niaktes committed Nov 21, 2023
1 parent 47d7c1f commit 79977b3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/jacoco_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '1.8'
- name: Run Coverage
run: |
chmod +x gradlew
./gradlew testCoverage
- name: Build with Maven
run: mvn --batch-mode --update-snapshots test

- name: Jacoco Report
id: jacoco
Expand Down

0 comments on commit 79977b3

Please sign in to comment.