We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b90b0 commit 69e13beCopy full SHA for 69e13be
1 file changed
.github/workflows/smokeshow.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Upload coverage to Smokeshow
34
run: |
35
for i in 1 2 3 4 5; do
36
- if smokeshow upload htmlcov; then
+ if uv run smokeshow upload htmlcov; then
37
echo "Smokeshow upload success!"
38
break
39
fi
0 commit comments