Skip to content

Commit

Permalink
Add coveralls secret properly
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBrunner committed Mar 4, 2021
1 parent 15db5c2 commit 2a5350b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
run: sbt clean coverage test
- name: Generate coverage report
run: sbt coverageReport coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
- name: Build docker
run: sbt docker:publishLocal

0 comments on commit 2a5350b

Please sign in to comment.