We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051982e commit 57c9170Copy full SHA for 57c9170
1 file changed
.github/workflows/coverage.yml
@@ -28,11 +28,11 @@ jobs:
28
- name: "Maven Test"
29
run: mvn clean test cobertura:cobertura jacoco:report coveralls:report -DdryRun=true
30
31
- - name: "Send to Coveralls (build ${{ github.run_number }}-java)"
+ - name: "Send to Coveralls (build java-${{ github.run_number }})"
32
uses: MikeEdgar/github-action@raw_coverage_file
33
with:
34
github-token: ${{ secrets.github_token }}
35
- flag-name: ${{ github.run_number }}-java
+ flag-name: java-${{ github.run_number }}
36
parallel: false
37
path-to-file: './target/coveralls.json'
38
coverage-format: raw
0 commit comments