Skip to content

Commit

Permalink
Update test_coverage make target to not ignore files matching `*rec…
Browse files Browse the repository at this point in the history
…lass*`

This is not required anymore since we don't import reclass as a Python
submodule anymore.
  • Loading branch information
simu committed Mar 5, 2024
1 parent 687f2b7 commit 36c4fef
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 @@ -16,7 +16,7 @@ test_docker:
.PHONY: test_coverage
test_coverage:
@echo ----- Testing code coverage -----
coverage run --source=kapitan --omit="*reclass*" -m unittest discover
coverage run --source=kapitan -m unittest discover
coverage report --fail-under=65 -m

.PHONY: test_formatting
Expand Down

0 comments on commit 36c4fef

Please sign in to comment.