From d2305bb667d35a8c7ecab31647db4d6e8d72dd60 Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:55:06 -0600 Subject: [PATCH] yaml bug fix --- .github/workflows/pytests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index 0a29368..8e5d5d7 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -40,11 +40,11 @@ jobs: path: pytest.xml - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.1.0 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - with: - file: ./coverage.xml - env_vars: OS,PYTHON - name: codecov-umbrella - fail_ci_if_error: false + uses: codecov/codecov-action@v4.1.0 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + with: + file: ./coverage.xml + env_vars: OS,PYTHON + name: codecov-umbrella + fail_ci_if_error: false