Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Pecoblr 621 #649

wants to merge 2 commits into from

Conversation

msrathore-db
Copy link

@msrathore-db msrathore-db commented Jul 23, 2025

What type of PR is this?

  • Refactor
  • Feature
  • Bug Fix
  • Other

Description

Add coverage check workflow and updated dependencies.

How is this tested?

  • Unit tests
  • E2E Tests
  • Manually
  • N/A

Related Tickets & Documents

PECOBLR-621

Copy link

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 (git rebase -i main).

# run test suite
#----------------------------------------------
- name: Run tests with coverage
run: poetry run python -m pytest tests/unit --cov=src --cov-report=xml --cov-report=term
Copy link
Contributor

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

@jprakash-db
Copy link
Contributor

  • Please update the PR heading to have more details
  • Have you manually tested if the code coverage changes when you add or remove tests ? If yes add manual tested in PR description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants