Skip to content

Commit

Permalink
fix: coverage file not found (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: i.akhaltsev <[email protected]>
  • Loading branch information
jigarkhwar and i.akhaltsev authored May 29, 2023
1 parent 92f6d11 commit 7b64889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7b64889

Please sign in to comment.