Skip to content

Commit

Permalink
codecov parcial
Browse files Browse the repository at this point in the history
  • Loading branch information
enrgaroli committed Apr 29, 2024
1 parent d93c744 commit aaad881
Show file tree
Hide file tree
Showing 6 changed files with 10,978 additions and 3,908 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
- run: cd front; npm run build; cd ..
- run: npm install
- run: npx playwright install --with-deps
- run: npm install --save-dev jest @playwright/test jest-playwright-preset
- run: npm test
- run: npm run coverage
- run: npm run report-test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
Loading

0 comments on commit aaad881

Please sign in to comment.