Skip to content

Commit 57c9170

Browse files
committed
Use different flag name structure.
Now that project-specific names are not used, it makes more sense to have 'java-' (or 'node-') prefixed instead of postfixed.
1 parent 051982e commit 57c9170

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- name: "Maven Test"
2929
run: mvn clean test cobertura:cobertura jacoco:report coveralls:report -DdryRun=true
3030

31-
- name: "Send to Coveralls (build ${{ github.run_number }}-java)"
31+
- name: "Send to Coveralls (build java-${{ github.run_number }})"
3232
uses: MikeEdgar/github-action@raw_coverage_file
3333
with:
3434
github-token: ${{ secrets.github_token }}
35-
flag-name: ${{ github.run_number }}-java
35+
flag-name: java-${{ github.run_number }}
3636
parallel: false
3737
path-to-file: './target/coveralls.json'
3838
coverage-format: raw

0 commit comments

Comments
 (0)