Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sieradski <[email protected]>
  • Loading branch information
selfagency committed Oct 6, 2022
1 parent 45869d2 commit d025535
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ runs:
run: |
ls -la ${{ inputs.coverage-reports }}
ln -s ${{ inputs.coverage-reports }} .nyc_output
ls -la .nyc_output
${{ github.workspace }}/node_modules/.bin/istanbul-merge $(find .nyc_output -name "coverage-final.json") .nyc_output/coverage-final.json
cat .nyc_output/out.json
echo "::debug::$(find .nyc_output -name 'coverage-final.json')"
${{ github.workspace }}/node_modules/.bin/istanbul-merge $(find .nyc_output -name "coverage-final.json") --out .nyc_output/coverage-final.json
echo "::notice::$(cat .nyc_output/coverage-final.json)"
- name: Output coverage reports
shell: bash
Expand Down

0 comments on commit d025535

Please sign in to comment.