Skip to content

Commit

Permalink
Fix indentation in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsayre committed May 25, 2024
1 parent f836f8e commit 5441f8c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Run pytest on ${{ matrix.python-version }}
run: pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 5441f8c

Please sign in to comment.