diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31817ba..5f0cff6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,8 @@ jobs: run: sbt clean scalafmtCheckAll scalafmtSbtCheck compile test - name: Tests - run: sbt clean coverage "Gatling / testOnly ru.tinkoff.load.jdbc.test.DebugTest" coverageReport + run: sbt clean coverage "Gatling / testOnly ru.tinkoff.load.jdbc.test.DebugTest" coverageReport coverageOff + - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3