From a7ae1ab71a4793f7deaa2ac584368fbd365bce57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A7etin=20G=C3=BCler?= Date: Sun, 28 Aug 2022 04:34:22 +0300 Subject: [PATCH] Update codeov-action@v2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Erçetin Güler --- codeov-action@v2.1.0 | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/codeov-action@v2.1.0 b/codeov-action@v2.1.0 index cb8b2a7..fec72a9 100644 --- a/codeov-action@v2.1.0 +++ b/codeov-action@v2.1.0 @@ -1,2 +1,10 @@ -- isim: Codecov - kullanır: codecov/codecov-action@v2.1.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)