Skip to content

Commit

Permalink
refactor: Add Codecov coverage report upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
doziestar committed Jul 6, 2024
1 parent 946d24a commit 5a2a68c
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 7,269 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,7 @@ jobs:
user_name: "github-actions[bot]"
user_email: "github-actions[bot]@users.noreply.github.com"
commit_message: "Deploy coverage report to GitHub Pages"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Loading

0 comments on commit 5a2a68c

Please sign in to comment.