diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8796577..73817ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: jvm: temurin:17 apps: sbt - uses: catchpoint/workflow-telemetry-action@v2 - - run: sbt scalafmtCheckAll compile coverage +test example:test "repeat 3 example/multi-jvm:test" coverageReport coverageAggregate versionPolicyCheck documentation/makeSite + - run: sbt scalafmtCheckAll compile coverage +test example/test "repeat 3 example/multi-jvm:test" coverageReport coverageAggregate versionPolicyCheck documentation/makeSite - uses: codecov/codecov-action@v2.1.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d7dfef2..d2a9da1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: jvm: temurin:17 apps: sbt - name: Test and compute coverage - run: sbt scalafmtCheckAll coverage +test example:test example/multi-jvm:test coverageReport coverageAggregate + run: sbt scalafmtCheckAll coverage +test example/test example/multi-jvm:test coverageReport coverageAggregate - name: Codecov uses: codecov/codecov-action@v2.1.0 env: diff --git a/example/src/main/resources/logback.xml b/example/src/main/resources/logback.xml index 07ed72b..2590804 100644 --- a/example/src/main/resources/logback.xml +++ b/example/src/main/resources/logback.xml @@ -6,6 +6,7 @@ +