Skip to content

Commit 9f937ad

Browse files
committed
ci: fix
1 parent 9bec4c6 commit 9f937ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ jobs:
4646
run: $HOME/codecov-bash.sh -s modules/coverage-reports/target/site/jacoco-aggregate -t $CODECOV_TOKEN
4747

4848
- name: Do not Publish Java code coverage
49-
if: !github.ref == 'refs/heads/master'
49+
if: !(github.ref == 'refs/heads/master')
5050
run: printf ">>>>> Bypassing code coverage publish step for feature branch/PR build.\n"

0 commit comments

Comments
 (0)