Skip to content

Commit

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

---------

Co-authored-by: i.akhaltsev <i.akhaltsev@tinkoff.ru>
  • Loading branch information
jigarkhwar and i.akhaltsev committed May 29, 2023
1 parent 0f94966 commit aeccdf7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ 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.gatling.amqp.examples.AmqpGatlingTest" test coverageOff

- name: Coverage Report
run: sbt coverageReport

- name: Tests
run: sbt clean coverage "Gatling / testOnly ru.tinkoff.gatling.amqp.examples.AmqpGatlingTest" coverageReport coverageOff

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit aeccdf7

Please sign in to comment.