Skip to content

Commit

Permalink
Testing new coverage tool
Browse files Browse the repository at this point in the history
  • Loading branch information
RohithSurya authored Jul 15, 2024
1 parent 992845d commit a69d209
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/pytest-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
coverage:
name: PyTest coverage
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: actions/checkout@v4
- name: Install python
Expand All @@ -29,7 +32,6 @@ jobs:
- name: Run Coverage
run: $POETRY run coverage xml
- name: Get Cover
uses: orgoro/coverage@v3.1
uses: py-cov-action/python-coverage-comment-action@v3
with:
coverageFile: ./coverage.xml
token: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a69d209

Please sign in to comment.