From d1e88130ac2ff32b85405080627db211bb948985 Mon Sep 17 00:00:00 2001 From: "Luong Vo (Lucas)" Date: Tue, 28 Jun 2022 14:58:42 +0700 Subject: [PATCH] [#21] Reorder step field names --- .template/.github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.template/.github/workflows/test.yml b/.template/.github/workflows/test.yml index 098b95c0..9d4da733 100644 --- a/.template/.github/workflows/test.yml +++ b/.template/.github/workflows/test.yml @@ -39,9 +39,9 @@ jobs: - uses: codecov/codecov-action@v2 with: - token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + name: Upload coverage to codecov files: ./coverage/lcov.info flags: unittests # optional - name: Upload coverage to codecov + token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos fail_ci_if_error: false verbose: true