From a4c0ae446f2e98519bbd52a5a2a5b155573cc4bc Mon Sep 17 00:00:00 2001 From: Jasmine Schladen Date: Wed, 12 Feb 2025 10:57:28 -0800 Subject: [PATCH] Coverage --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5f7bae7aa1..f44e957c60 100644 --- a/Makefile +++ b/Makefile @@ -87,6 +87,7 @@ test-js: test-python: @echo "--> Running Python tests" coverage run --source lemur -m pytest + coverage xml --format cobertura @echo "" lint: lint-python lint-js