We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992845d commit a69d209Copy full SHA for a69d209
.github/workflows/pytest-coverage.yaml
@@ -14,6 +14,9 @@ jobs:
14
coverage:
15
name: PyTest coverage
16
runs-on: ubuntu-latest
17
+ permissions:
18
+ pull-requests: write
19
+ contents: write
20
steps:
21
- uses: actions/checkout@v4
22
- name: Install python
@@ -29,7 +32,6 @@ jobs:
29
32
- name: Run Coverage
30
33
run: $POETRY run coverage xml
31
34
- name: Get Cover
- uses: orgoro/coverage@v3.1
35
+ uses: py-cov-action/python-coverage-comment-action@v3
36
with:
- coverageFile: ./coverage.xml
- token: ${{ secrets.GITHUB_TOKEN }}
37
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments