Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Feb 12, 2024
1 parent 18deff0 commit ad17200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: coverage-${{ matrix.containers }}
path: ./coverage/coverage-${{ matrix.containers }}.json
path: ./coverage/
coverage:
needs: e2e
runs-on: ubuntu-latest
Expand All @@ -107,6 +107,7 @@ jobs:
uses: actions/download-artifact@v2
with:
path: reports
- run: ls -R reports
- name: Run Coverage
run: |
npx nyc merge reports
Expand Down

0 comments on commit ad17200

Please sign in to comment.