summaryrefslogtreecommitdiff
path: root/.github/workflows/codecov.yaml
diff options
context:
space:
mode:
authorMike Steinert <[email protected]>2023-11-29 21:59:13 -0600
committerGitHub <[email protected]>2023-11-29 21:59:13 -0600
commit6339228bcdc48667ad0accffd1d7bb0efcc927fe (patch)
tree1836e52da472f660c05df6fe906324589a42a9fd /.github/workflows/codecov.yaml
parentfb46dfb9da51524eb8d5a5b281d2f245551e0585 (diff)
parent004c7008f4c64b16a4177d9d6630bc607d9f40e1 (diff)
Merge pull request #19 from msteinert/codecov
Another try at adding codecov
Diffstat (limited to '.github/workflows/codecov.yaml')
-rw-r--r--.github/workflows/codecov.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml
deleted file mode 100644
index e420c7d..0000000
--- a/.github/workflows/codecov.yaml
+++ /dev/null
@@ -1,4 +0,0 @@
-- name: Upload coverage reports to Codecov
- uses: codecov/codecov-action@v3
- env:
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}