diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d857d72..da360a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: | pytest --cov src tests/ --cov-fail-under=100 --cov-report xml - name: Upload to CodeCoverage - uses: codecov/codecov-action@v2 - with: - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + uses: codecov/codecov-action@v2 + with: + fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file