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 7f4a593 commit db3639dCopy full SHA for db3639d
.github/workflows/build-test.yml
@@ -42,9 +42,5 @@ jobs:
42
run: mvn verify -fae -DskipITs $MVN_ARGS
43
44
- name: Publish Java code coverage
45
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/9258-gha'
46
run: $HOME/codecov-bash.sh -s modules/coverage-reports/target/site/jacoco-aggregate -t $CODECOV_TOKEN
47
-
48
- - name: Do not Publish Java code coverage
49
- if: github.ref != 'refs/heads/master'
50
- run: printf ">>>>> Bypassing code coverage publish step for feature branch/PR build.\n"
0 commit comments