From 32d36a0e0fd46f57a6183d8d15efb23dc44073c8 Mon Sep 17 00:00:00 2001 From: cyschneck <22159116+cyschneck@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:09:02 -0600 Subject: [PATCH] invalid yaml file codecov fix --- .github/workflows/pytests.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pytests.yml b/.github/workflows/pytests.yml index 81e54b9..cb8bec3 100644 --- a/.github/workflows/pytests.yml +++ b/.github/workflows/pytests.yml @@ -34,10 +34,9 @@ jobs: python -m pytest - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v4.0.1 - with: - working-directory: centerline_width - token: ${{ secrets.CODECOV_TOKEN }} - slug: cyschneck/centerline-width - fail_ci_if_error: false - + uses: codecov/codecov-action@v4.0.1 + with: + working-directory: centerline_width + token: ${{ secrets.CODECOV_TOKEN }} + slug: cyschneck/centerline-width + fail_ci_if_error: false