Skip to content

Commit

Permalink
Disable code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Apr 2, 2024
1 parent 3522f20 commit 471efd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ jobs:
if: matrix.java == 'temurin@17' && steps.setup-java-temurin-17.outputs.cache-hit == 'false'
run: sbt +update

- run: sbt '++ ${{ matrix.scala }}' coverage golden/test coverageAggregate
- run: sbt '++ ${{ matrix.scala }}' coverage goldenJVM/test coverageAggregate

- uses: codecov/codecov-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / tlBaseVersion := "0.4"
ThisBuild / description := "Yet another Typesafe Config decoder"
ThisBuild / circeRootOfCodeCoverage := Some("golden")
ThisBuild / circeRootOfCodeCoverage := None
ThisBuild / startYear := Some(2016)

val scala212 = "2.12.19"
Expand Down

0 comments on commit 471efd4

Please sign in to comment.