Add codecov (#611)

This commit is contained in:
John Roesler 2023-11-10 14:02:00 -06:00 committed by GitHub
parent ad5613c55f
commit 7e5ddc86bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -29,3 +29,7 @@ jobs:
version: v1.55.2
- name: test
run: make test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}