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
+4
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 }}