diff options
author | Mike Steinert <[email protected]> | 2023-11-29 21:59:13 -0600 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-29 21:59:13 -0600 |
commit | 6339228bcdc48667ad0accffd1d7bb0efcc927fe (patch) | |
tree | 1836e52da472f660c05df6fe906324589a42a9fd /.github/workflows/codecov.yaml | |
parent | fb46dfb9da51524eb8d5a5b281d2f245551e0585 (diff) | |
parent | 004c7008f4c64b16a4177d9d6630bc607d9f40e1 (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.yaml | 4 |
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 }} |