Skip to content

Commit

Permalink
Merge pull request #60 from geoadmin/bug-xml-coverage-report
Browse files Browse the repository at this point in the history
Use XML for coverage report
  • Loading branch information
msom authored Dec 19, 2024
2 parents 8c4333a + 64b5273 commit 7d53cc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ var/
.volumes

# Coverage
.coverage
coverage.lcov
coverage.xml
htmlcov/
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ start-local-db: ## Run the local db as docker container

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

.PHONY: test
test: ## Run tests locally
Expand Down

0 comments on commit 7d53cc7

Please sign in to comment.