Add codecov configuration

This commit is contained in:
Michael Steinert
2023-11-29 21:36:53 -06:00
parent 6bce85f6ba
commit 64ad2183e8

4
.github/workflows/codecov.yaml vendored Normal file
View File

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