Skip to content

Commit

Permalink
Bugfix/fix coverage file not found (#85)
Browse files Browse the repository at this point in the history
* fix: coverage file not found

---------

Co-authored-by: i.akhaltsev <[email protected]>
  • Loading branch information
jigarkhwar and i.akhaltsev authored May 29, 2023
1 parent 7b64889 commit 948b531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
java-version: [email protected]

- 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
Expand Down

0 comments on commit 948b531

Please sign in to comment.