We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5136bdd commit 8a78822Copy full SHA for 8a78822
.github/workflows/scala.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install sbt
23
uses: sbt/setup-sbt@v1
24
- name: Run tests
25
- run: sbt coverage test coverageReport
+ run: sbt clean coverage test coverageReport
26
- uses: codecov/codecov-action@v4
27
with:
28
fail_ci_if_error: true
0 commit comments