Skip to content

Commit

Permalink
Update .github/workflows/pr_validation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut authored Oct 24, 2024
1 parent f98980d commit a8b7915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
if: github.event_name == 'pull_request'
run: |
set -x
total_cov=`grep -Eo '<span class="pc_cov">[0-9]+%</span>' /home/runner/htmlcov/index.html | grep -oe '\([0-9.]*\)'`
total_cov=`grep -Eo '<span class="pc_cov">[0-9]+%</span>' /htmlcov/index.html | grep -oe '\([0-9.]*\)'`
echo $total_cov
if [ "$total_cov" -le "50" ] ; then
COLOR=red
Expand Down

0 comments on commit a8b7915

Please sign in to comment.