Skip to content

Commit

Permalink
coverage comment
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Sep 21, 2024
1 parent faa5153 commit c29cf92
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,17 @@ jobs:
pattern: coverage-*
merge-multiple: true

- name: List files
run: ls -al

- name: Combine coverage
run: coverage combine coverage-*

- name: Coverage comment
id: coverage_comment
uses: py-cov-action/python-coverage-comment-action@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MERGE_COVERAGE_FILES: true

- name: Store Pull Request comment to be posted
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c29cf92

Please sign in to comment.