Skip to content

Commit

Permalink
(fix) change ci flow, forget about coverage shield
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Aug 6, 2024
1 parent 583b780 commit 731ebb9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,11 @@ jobs:
- name: Build with Gradle Wrapper
run: ./gradlew build

- name: Generate coverage report and upload to Coveralls
env:
TERM: dumb
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
./gradlew jacocoTestReport
./gradlew coveralls
- name: Run tests
run: ./gradlew test

- name: Generate coverage report
run: ./gradlew jacocoTestReport

- name: Build JAR
run: ./gradlew jar
Expand Down

0 comments on commit 731ebb9

Please sign in to comment.