Skip to content

Commit

Permalink
(fix) pass env var to coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
strazzere committed Aug 6, 2024
1 parent 004e1bc commit 583b780
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
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
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Build JAR
run: ./gradlew jar
Expand Down

0 comments on commit 583b780

Please sign in to comment.