Skip to content

Commit

Permalink
add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
BenAlvo1 committed Jan 6, 2025
1 parent f09004d commit e784e32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,9 @@ jobs:
CX_TENANT: ${{ secrets.CX_TENANT }}
CX_API_KEY: ${{ secrets.CX_API_KEY }}
run: npm run coverage
- name: Upload coverage
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: ./coverage

0 comments on commit e784e32

Please sign in to comment.