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 c05967b commit aa5b19cCopy full SHA for aa5b19c
.github/workflows/java-gradle-coverage.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup Gradle
38
uses: gradle/actions/setup-gradle@v3
39
40
- - name: Runt tests
+ - name: Run tests
41
run: ./gradlew --console=verbose test -x checkstyleMain checkstyleTest
42
43
- name: Upload coverage reports to Codecov with GitHub Action
.github/workflows/java-gradle.yml
@@ -47,5 +47,5 @@ jobs:
47
- name: Lint
48
run: ./gradlew --console=verbose checkstyleMain checkstyleTest
49
50
51
0 commit comments