Skip to content

Commit

Permalink
refactor: adjust indentation for Codecov upload step in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vboussange committed Dec 6, 2024
1 parent f3ef644 commit ef1e1b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m pip install .
python -m pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ef1e1b2

Please sign in to comment.