Skip to content

Commit

Permalink
Remove codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Apr 10, 2024
1 parent 269bd1d commit 015eba5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@ jobs:
java-version: 17
cache: 'sbt'

- run: sbt coverage +test coverageReport
- run: bash <(curl -s https://codecov.io/bash)
shell: bash
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- run: sbt +test

0 comments on commit 015eba5

Please sign in to comment.