Skip to content

Commit

Permalink
Commands
Browse files Browse the repository at this point in the history
  • Loading branch information
josechirivella committed Feb 12, 2024
1 parent 0410805 commit 18deff0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,15 @@ jobs:
mv coverage.json .nyc_output/out.json
- name: Create coverage report
run: |
npx nyc report --reporter html --reporter text --reporter json-summary --report-dir reports > coverage.lcov
ls -l coverage
ls -l .
npx nyc report --reporter html --reporter text --reporter json-summary > coverage.lcov
- name: Store Artifacts
uses: actions/upload-artifact@v3
with:
name: code-coverage-report
path: coverage
path: |
cypress-coverage
.nyc_output
reports
build:
needs: e2e
runs-on: ubuntu-latest
Expand Down

0 comments on commit 18deff0

Please sign in to comment.