Skip to content

Commit

Permalink
Finish renaming coverage_web (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem authored Jul 18, 2023
1 parent ffa1ecb commit a52ac63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/health.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_NUMBER: ${{ github.event.number }}
PR_LABELS: "${{ join(github.event.pull_request.labels.*.name) }}"
run: cd current_repo/ && dart pub global run firehose:health --checks ${{ inputs.checks }} ${{ fromJSON('{"true":"--test_web","false":""}')[inputs.test_web] }}
run: cd current_repo/ && dart pub global run firehose:health --checks ${{ inputs.checks }} ${{ fromJSON('{"true":"--coverage_web","false":""}')[inputs.coverage_web] }}

- name: Upload coverage to Coveralls
if: ${{ inputs.upload_coverage }}
Expand Down

0 comments on commit a52ac63

Please sign in to comment.