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 4abbddc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/jacoco_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: '1.8'
- name: Run Coverage
run: |
chmod +x gradlew
./gradlew testCoverage
java-version: '17'
- name: Build with Maven
run: mvn --batch-mode --update-snapshots test

- name: Jacoco Report
id: jacoco
Expand Down

0 comments on commit 4abbddc

Please sign in to comment.