fix hubtest CI for coverage
This commit is contained in:
parent
285351f4f9
commit
1e200d99d8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci_hubtest.yml
vendored
2
.github/workflows/ci_hubtest.yml
vendored
|
@ -52,7 +52,7 @@ jobs:
|
|||
echo "SCENARIO_BADGE_COLOR=$(if [ $SCENARIOS_COV_NUMBER -lt '70' ]; then echo 'red'; else echo 'green'; fi)" >> $GITHUB_ENV
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'ref/head/master'
|
||||
if: github.ref == 'refs/head/master'
|
||||
steps:
|
||||
- name: Create Parsers badge
|
||||
uses: schneegans/dynamic-badges-action@v1.1.0
|
||||
|
|
Loading…
Add table
Reference in a new issue