Skip to content

Commit

Permalink
Combine all code coverages in CI (#1259)
Browse files Browse the repository at this point in the history
**Pull Request Checklist**
- [ ] Fixes #<!--issue number goes here-->
- [ ] 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 <jeongukjae@gmail.com>
  • Loading branch information
jeongukjae authored Nov 5, 2024
1 parent eadeb61 commit 52670c4
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 @@ -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
Expand Down

0 comments on commit 52670c4

Please sign in to comment.