Skip to content

Commit

Permalink
fix warning annotation syntax 2
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Oct 27, 2023
1 parent 170c4e9 commit 36dd0b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,9 @@ jobs:
run: |
coverage report -m --fail-under=95
if [ $? != 0 ]; then
echo "::warning::Code coverage is below 90%"
echo "::warning file=coverage,line=1,col=1::Code coverage is below 90%"
fi
exit 0
if: always()
continue-on-error: true
- name: Run Coveralls
Expand Down

0 comments on commit 36dd0b5

Please sign in to comment.