Skip to content

Commit

Permalink
generate cobertura coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ezequielramos committed Oct 7, 2023
1 parent a1674b1 commit 2853ef7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
- name: Run tests
run: npm run devops_coverage

- name: Run generate cobertura report
run: |
npm run generate_cobertura
mv ./coverage/cobertura-coverage.xml ./coverage.xml
- name: Codecov
uses: codecov/codecov-action@v3.1.0
with:
Expand Down

0 comments on commit 2853ef7

Please sign in to comment.