Skip to content

Commit

Permalink
added coverage report creation to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassidy-Boilley committed May 28, 2024
1 parent 8a6e7cf commit 657301a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
path: playwright-report/
retention-days: 30

- name: Create coverage report
run: npm jest --coverage
- name: Create
run: jest --coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 657301a

Please sign in to comment.