From 95bcbcce4e92909c32bdb582067befc326e91a3d Mon Sep 17 00:00:00 2001 From: Inter <73017070+inttter@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:41:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Delete=20.github/codecov.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/codecov.yml | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml deleted file mode 100644 index e420c7d..0000000 --- a/.github/codecov.yml +++ /dev/null @@ -1,4 +0,0 @@ -- name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}