Skip to content

Commit

Permalink
Try single quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers committed Oct 2, 2024
1 parent 4b9a509 commit d9dce0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ jobs:
tox -e ${{ matrix.version }}-${{ matrix.platform }}-test -- ${{ matrix.posargs }}
- name: "Upload coverage report to Codecov"
if: contains(matrix.posargs, "--cov")
if: contains(matrix.posargs, '--cov')
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238

0 comments on commit d9dce0f

Please sign in to comment.