From 52670c417cabb0c167a7e4cae890b5825186d8a5 Mon Sep 17 00:00:00 2001 From: Ukjae Jeong Date: Tue, 5 Nov 2024 19:19:52 +0000 Subject: [PATCH] Combine all code coverages in CI (#1259) **Pull Request Checklist** - [ ] Fixes # - [ ] Tests added - [ ] Documentation/examples added - [ ] [Good commit messages](https://cbea.ms/git-commit/) and/or PR title **Description of PR** Currently, the codecov reports definitely covered line in PR pages. So in this pr, I tried to combine all code coverages in CI and report them to codecov server. --------- Signed-off-by: Ukjae Jeong --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c280c7ad..eeb6e9360 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ test: ## Run tests for Hera .PHONY: test-type-hints test-type-hints: ## Run type hint tests for Hera - @poetry run python -m pytest -k "typehints" + @poetry run python -m pytest --cov-append -k "typehints" .PHONY: workflows-models workflows-models: ## Generate the Workflows models portion of Argo Workflows