diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index ec0377eff..ae89fdbb0 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,10 +1,10 @@ -name: codecov test +name: Run tests and upload coverage on: pull_request: branches: - develop-fe - workflow_dispatch: + workflow_dispatch: jobs: test: @@ -12,9 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: codecov/codecov-action@v5 + uses: actions/checkout@v4 with: - fetch-depth: 0 + fetch-depth: 0 - name: Set up Node uses: actions/setup-node@v4 @@ -30,7 +30,7 @@ jobs: - name: Upload results to Codecov uses: codecov/codecov-action@v5 with: - files: ./coverage/lcov.info + files: ./coverage/lcov.info flags: unittests name: codecov-coverage fail_ci_if_error: true