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 45f654c commit 04a09b6Copy full SHA for 04a09b6
makefile
@@ -84,7 +84,7 @@ test: ## Run the project's tests
84
sed -i 's|<source>/workspaces/$(REPONAME)</source>|<source>/github/workspace</source>|' /workspaces/$(REPONAME)/coverage.xml
85
genbadge coverage -i /workspaces/$(REPONAME)/coverage.xml
86
flake8 --tee . > htmlcov/_flake8Report.txt
87
- make ex-all
+
88
89
build: ## Build the project
90
python -m build
0 commit comments