Skip to content

Commit 04a09b6

Browse files
committed
working on make commands
1 parent 45f654c commit 04a09b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test: ## Run the project's tests
8484
sed -i 's|<source>/workspaces/$(REPONAME)</source>|<source>/github/workspace</source>|' /workspaces/$(REPONAME)/coverage.xml
8585
genbadge coverage -i /workspaces/$(REPONAME)/coverage.xml
8686
flake8 --tee . > htmlcov/_flake8Report.txt
87-
make ex-all
87+
8888

8989
build: ## Build the project
9090
python -m build

0 commit comments

Comments
 (0)