From 6eaf7201604cbf332b8c479943233b4ca9497355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Er=C3=A7etin=20G=C3=BCler?= Date: Sun, 28 Aug 2022 09:12:48 +0300 Subject: [PATCH] Create step workflow.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Erçetin Güler --- .github/iş akışları/step workflow.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/iş akışları/step workflow.yml diff --git a/.github/iş akışları/step workflow.yml b/.github/iş akışları/step workflow.yml new file mode 100644 index 0000000..6ce5a83 --- /dev/null +++ b/.github/iş akışları/step workflow.yml @@ -0,0 +1,10 @@ +steps: +- uses: actions/checkout@master +- uses: codecov/codecov-action@v3 + 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)