diff options
author | Mike Steinert <[email protected]> | 2023-11-29 21:39:46 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-29 21:39:46 -0600 |
commit | fb46dfb9da51524eb8d5a5b281d2f245551e0585 (patch) | |
tree | 4f4480c0bc4add11418311e90d72a549b43470b5 | |
parent | 6bce85f6ba604fd89514f24e5f2364ee587588ec (diff) | |
parent | 64ad2183e86304647470293cb2b3fd5b36946c43 (diff) |
Merge pull request #18 from msteinert/codecov
Add codecov configuration
-rw-r--r-- | .github/workflows/codecov.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml new file mode 100644 index 0000000..e420c7d --- /dev/null +++ b/.github/workflows/codecov.yaml @@ -0,0 +1,4 @@ +- name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |