Skip to content

Commit

Permalink
Merge pull request #8 from doziestar/feat/auth-test
Browse files Browse the repository at this point in the history
refactor: Add Codecov coverage report upload action
  • Loading branch information
doziestar authored Jul 6, 2024
2 parents 07b339e + 5a2a68c commit c0c94ce
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 c0c94ce

Please sign in to comment.