Skip to content

Commit

Permalink
Add Codecov to workflow (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
yusancky authored Nov 19, 2023
1 parent 90ebb60 commit 60f072c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/AllUp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ jobs:
uses: thollander/actions-comment-pull-request@v2.4.2
with:
filePath: PR_preview.md
comment_tag: actions-wikitext-preview
comment_tag: actions-wikitext-preview
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 60f072c

Please sign in to comment.