From 28dfbcbe7be78b5cc573b2f2cf777a8030ed4f27 Mon Sep 17 00:00:00 2001 From: hudde Date: Mon, 4 Sep 2023 21:08:38 +0200 Subject: [PATCH] updated workflow.yml --- .github/workflows/workflow.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index de3fa0f..5a88a44 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,13 +9,13 @@ name: codecov jobs: codecov: -steps: -- uses: actions/checkout@main -- uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - 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) + steps: + - uses: actions/checkout@main + - uses: codecov/codecov-action@v3 + with: + token: ${{ secrets.CODECOV_TOKEN }} + 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)