-
Notifications
You must be signed in to change notification settings - Fork 115
Pecoblr 621 #649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Pecoblr 621 #649
Conversation
Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase ( |
.github/workflows/coverage-check.yml
Outdated
# run test suite | ||
#---------------------------------------------- | ||
- name: Run tests with coverage | ||
run: poetry run python -m pytest tests/unit --cov=src --cov-report=xml --cov-report=term |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only unit tests coverage is mentioned? What about e2e
|
Thanks for your contribution! To satisfy the DCO policy in our contributing guide every commit message must include a sign-off message. One or more of your commits is missing this message. You can reword previous commit messages with an interactive rebase ( |
What type of PR is this?
Description
Add coverage check workflow and updated dependencies.
How is this tested?
Related Tickets & Documents
PECOBLR-621