Skip to content

Commit 45950be

Browse files
author
python-coverage-comment-action
committed
Store comment in artifacts
1 parent 68ec896 commit 45950be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ jobs:
3030
with:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
VERBOSE: true
33+
34+
- name: Store Pull Request comment to be posted
35+
uses: actions/upload-artifact@v2
36+
with:
37+
name: python-coverage-comment-action
38+
path: python-coverage-comment-action.txt

0 commit comments

Comments
 (0)