Skip to content

Commit

Permalink
Update code-quality-pr.yaml
Browse files Browse the repository at this point in the history
Added codecov upload
  • Loading branch information
justin13601 authored May 9, 2024
1 parent dee5745 commit 08615dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/code-quality-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,8 @@ jobs:
uses: pre-commit/action@v3.0.0
with:
extra_args: --files ${{ steps.file_changes.outputs.files}}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 08615dc

Please sign in to comment.