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 b7fe4dc commit 5478288Copy full SHA for 5478288
rever.xsh
@@ -31,7 +31,7 @@ $ACTIVITIES = [
31
32
33
$PROJECT = "qtsass"
34
-$MODULE = "qtsass"
+$MODULE = $PROJECT
35
$GITHUB_ORG = 'spyder-ide'
36
$GITHUB_REPO = $PROJECT
37
$VERSION_BUMP_PATTERNS = [
@@ -230,7 +230,7 @@ def run_tests():
230
"""
231
Run simple import tests before cleaning repository.
232
233
- pytest tests
+ pytest tests --cov=$MODULE
234
235
236
@activity
@@ -284,7 +284,7 @@ def run_install_tests():
284
285
286
activate($TEMP_ENV)
287
- qtsass --help
+ $MODULE --help
288
289
290
0 commit comments