Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Feb 23, 2024
1 parent 5c0ad7f commit 61f18d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pytest --cov=kliff --cov-report=xml
- uses: codecov/codecov-action@v4
if: matrix.python-version == "3.10" && github.repository == "openkim/kliff"
if: matrix.python-version == '3.10' && github.repository == 'openkim/kliff'
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

0 comments on commit 61f18d2

Please sign in to comment.