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 9f937ad commit 7f4a593Copy full SHA for 7f4a593
.github/workflows/build-test.yml
@@ -46,5 +46,5 @@ jobs:
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')
+ if: github.ref != 'refs/heads/master'
50
run: printf ">>>>> Bypassing code coverage publish step for feature branch/PR build.\n"
0 commit comments