summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Steinert <[email protected]>2023-11-29 21:36:53 -0600
committerMichael Steinert <[email protected]>2023-11-29 21:36:53 -0600
commit64ad2183e86304647470293cb2b3fd5b36946c43 (patch)
tree4f4480c0bc4add11418311e90d72a549b43470b5
parent6bce85f6ba604fd89514f24e5f2364ee587588ec (diff)
Add codecov configuration
-rw-r--r--.github/workflows/codecov.yaml4
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 }}