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 68c13c1 commit 471a30aCopy full SHA for 471a30a
.github/workflows/snapshot_release.yml
@@ -41,7 +41,7 @@ jobs:
41
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
42
with:
43
gradle-version: wrapper
44
- - run: ./gradlew --no-daemon --info build publish koverXmlReport-x :benchmark:benchmark
+ - run: ./gradlew --no-daemon --info build publish koverXmlReport -x :benchmark:benchmark
45
- name: Upload coverage reports to Codecov
46
uses: codecov/codecov-action@v4
47
0 commit comments