Skip to content

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
leobenkel committed Dec 14, 2022
1 parent d9ed1c3 commit 02c10c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: unit-test-coverage
run: sbt ";clean; coverage; test; coverageReport; coveralls"
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

- name: release-staging
run: sbt ";set isSnapshot := true ; clean ; ci-release"
Expand Down

0 comments on commit 02c10c1

Please sign in to comment.