Merge pull request #18 from msteinert/codecov

Add codecov configuration
This commit is contained in:
Mike Steinert
2023-11-29 21:39:46 -06:00
committed by GitHub

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