Skip to content

Commit

Permalink
fix: coverage file not found (#111)
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 7410cd8 commit 0f94966
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,11 @@ jobs:
with:
java-version: [email protected]

- name: Test Release
run: sbt clean scalafmtCheckAll scalafmtSbtCheck compile test

- name: Tests
run: sbt clean coverage "Gatling / testOnly ru.tinkoff.gatling.amqp.examples.AmqpGatlingTest" coverageReport
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 0f94966

Please sign in to comment.