Skip to content

Commit

Permalink
Disable reporting failure in the files-check step
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Oct 4, 2022
1 parent 530c58a commit 0e224fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ runs:
if: always()
id: coverage-files
run: >-
set +x
;
compgen -G "${{
steps.collection-metadata.outputs.checkout-path
}}/tests/output/reports/coverage=${{
Expand All @@ -467,6 +469,8 @@ runs:
steps.collection-metadata.outputs.checkout-path
}}/tests/output/coverage/*"
&& echo "::set-output name=present::true"
;
exit 0
shell: bash
- name: Produce markdown test summary from Cobertura XML
if: steps.coverage-files.outputs.present == 'true'
Expand Down

0 comments on commit 0e224fc

Please sign in to comment.