Skip to content

Commit

Permalink
upload code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thebino committed Sep 15, 2023
1 parent de4d81e commit 8d8893b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
command: test
args: --workspace --all-targets

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

lints:
name: Lints
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d8893b

Please sign in to comment.