Skip to content

Commit

Permalink
ci: add Codecov action for coverage report uploads and update package…
Browse files Browse the repository at this point in the history
… dependencies
  • Loading branch information
teles committed Dec 14, 2024
1 parent a8c0e37 commit d06c4ec
Show file tree
Hide file tree
Showing 3 changed files with 9,032 additions and 10,083 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,8 @@ jobs:
git add .
git commit -m "docs: update site from main repo" || echo "No changes to commit"
git push origin main # Push to the main branch
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
Loading

0 comments on commit d06c4ec

Please sign in to comment.