Skip to content

Commit

Permalink
use 2.12.12 for sbt-scoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh committed Jan 19, 2021
1 parent e13fb19 commit 630c9e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ jobs:
with:
java-version: ${{matrix.java}}
- if: startsWith(matrix.scala,'2.12')
# sbt-scoverage is not yet compatible with 2.12.13
# https://github.com/scoverage/sbt-scoverage/issues/319
run: |
sbt coverage "++${{matrix.scala}} test" coverageReport
sbt coverage "++2.12.12 test" coverageReport
bash <(curl -s https://codecov.io/bash)
- if: "!startsWith(matrix.scala,'2.12')"
run: sbt "++${{matrix.scala}} test"
Expand Down

0 comments on commit 630c9e1

Please sign in to comment.