Skip to content

Commit 59414ba

Browse files
committed
CI: Remove basedir flag for coverage command
1 parent 42afbc8 commit 59414ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ jobs:
130130
run: |
131131
cd temp_test_dir # Switch to test working dir per non-src-layout hack
132132
cat qtpy_basedir.txt
133-
pipx run coveralls --service=github --rcfile="../.coveragerc" --basedir="$(cat qtpy_basedir.txt)"
133+
pipx run coveralls --service=github --rcfile="../.coveragerc"

0 commit comments

Comments
 (0)