Skip to content

Commit

Permalink
fix: correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
domenicoblanco committed May 30, 2022
1 parent 01aa1d1 commit 7e6557a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 7e6557a

Please sign in to comment.