summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}