Skip to content

Commit

Permalink
scoverage: multi project reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Artūras Šlajus committed Sep 4, 2024
1 parent 0da7a4d commit fad532b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run coverage (JVM only)
run: sbt coverage "++${{ matrix.scala }}; root/test"
- name: Upload coverage data to Coveralls
run: sbt ++${{ matrix.scala }} coverageReport coveralls
run: sbt ++${{ matrix.scala }} coverageAggregate coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_FLAG_NAME: Scala ${{ matrix.scala }}

0 comments on commit fad532b

Please sign in to comment.