Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed May 3, 2024
1 parent 0f179e2 commit 7defd7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
code-coverage:
name: Generate code coverage report
runs-on: ${{ inputs.os }}
permissions:
pull-requests: write
needs: tests
if: ${{ always() }}
steps:
Expand All @@ -51,3 +53,8 @@ jobs:
with:
parallel-finished: true
carryforward: "python-3.11"
- name: Comment on PR
uses: mshick/add-pr-comment@v2
with:
message: |
**Hello PR**

0 comments on commit 7defd7e

Please sign in to comment.