Skip to content

Commit

Permalink
remove reference to template my_app
Browse files Browse the repository at this point in the history
  • Loading branch information
ghukill committed Sep 21, 2023
1 parent de8a70c commit 052d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ update: install ## Update all Python dependencies

### Test commands ###
test: ## Run tests and print a coverage report
pipenv run coverage run --source=my_app -m pytest -vv
pipenv run coverage run --source=browsertrix_harvester -m pytest -vv
pipenv run coverage report -m

coveralls: test
Expand Down

0 comments on commit 052d403

Please sign in to comment.