Skip to content

Commit

Permalink
Add basic coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-tuli committed Sep 29, 2023
1 parent 1174f8a commit 3679451
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: 'coverage'
on:
pull_request:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- name: Report Coverage
uses: orgoro/[email protected]
with:
coverageFile: coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3679451

Please sign in to comment.