- Notifications
You must be signed in to change notification settings - Fork126
Added code coverage checks#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 ourterms of service andprivacy 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?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for your contribution! To satisfy the DCO policy in ourcontributing 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 ourcontributing 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 ( |
Uh oh!
There was an error while loading.Please reload this page.
What type of PR is this?
Description
Add coverage check workflow and updated dependencies.
How is this tested?
Related Tickets & Documents
PECOBLR-621