diff options
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 }} |