Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back Codecov #151

Merged
merged 9 commits into from
Dec 1, 2021
Merged
Prev Previous commit
Next Next commit
forcing Scala version for codecov
  • Loading branch information
JavierMonton committed Nov 30, 2021
commit 7f13d5071545c78f4333b7584e2fe1cee0979514
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Coverage for Scala 2 (until Scala 3 is available)
run: sbt ++${{ matrix.scala }} clean coverage test
run: sbt ++${{ matrix.scala }}! clean coverage test
- name: Coverage Report
run: sbt ++${{ matrix.scala }} coverageReport
run: sbt ++${{ matrix.scala }}! coverageReport
- name: Codecov
uses: codecov/codecov-action@v1
with:
Expand Down