From 8dfb4abfc5ec065ada6bbe6b5b4455e555f468cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A7etin=20G=C3=BCler?= Date: Sun, 28 Aug 2022 09:24:46 +0300 Subject: [PATCH] Update and rename codeov-action@v2 to codeov-action@codesexe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Erçetin Güler --- codeov-action@codesexe | 1 + codeov-action@v2 | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-) create mode 100644 codeov-action@codesexe delete mode 100644 codeov-action@v2 diff --git a/codeov-action@codesexe b/codeov-action@codesexe new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/codeov-action@codesexe @@ -0,0 +1 @@ + diff --git a/codeov-action@v2 b/codeov-action@v2 deleted file mode 100644 index fec72a9..0000000 --- a/codeov-action@v2 +++ /dev/null @@ -1,10 +0,0 @@ -steps: -- uses: actions/checkout@master -- uses: codecov/codecov-action@v2 - with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos - files: ./coverage1.xml,./coverage2.xml # optional - flags: unittests # optional - name: codecov-umbrella # optional - fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false)