diff --git a/.github/workflow/Codecov.yaml b/.github/workflow/Codecov.yaml deleted file mode 100644 index 73370af..0000000 --- a/.github/workflow/Codecov.yaml +++ /dev/null @@ -1,5 +0,0 @@ -- name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - env: - token: ${{ secrets.CODECOV_TOKEN }} - slug: AshhadDevLab/CustomTkinter-Snippets