Skip to content

Commit

Permalink
Merge pull request #61 from geoadmin/feat-add-branch-coverage
Browse files Browse the repository at this point in the history
Add branch coverage
  • Loading branch information
msom authored Dec 19, 2024
2 parents 7d53cc7 + 8741521 commit 56cc0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,11 @@ start-local-db: ## Run the local db as docker container

.PHONY: test-ci
test-ci: ## Run tests in the CI
$(TEST) --cov --cov-report=xml:coverage.xml
$(TEST) --cov --cov-branch --cov-report=xml:coverage.xml

.PHONY: test
test: ## Run tests locally
$(TEST) --cov --cov-report=html
$(TEST) --cov --cov-branch --cov-report=html

.PHONY: setup-bod
setup-bod: ## Set up the bod locally
Expand Down

0 comments on commit 56cc0ee

Please sign in to comment.