diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f0cff6..ce4ea3f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,10 +24,10 @@ jobs: java-version: openjdk@1.17 - name: Test Release - run: sbt clean scalafmtCheckAll scalafmtSbtCheck compile test + run: sbt clean scalafmtCheckAll scalafmtSbtCheck compile coverage "Gatling / testOnly ru.tinkoff.load.jdbc.test.DebugTest" test coverageOff - - name: Tests - run: sbt clean coverage "Gatling / testOnly ru.tinkoff.load.jdbc.test.DebugTest" coverageReport coverageOff + - name: Coverage Report + run: sbt coverageReport - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3