Skip to content

Conversation

@ketan96-m
Copy link
Collaborator

https://coverage.readthedocs.io/en/latest/contexts.html
Dynamic Contexts - answers the question “what test ran this line?”

Steps to see the coverage report locally.

  1. coverage run -m pytest tests

  2. coverage html --show-contexts

@codecov
Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.14%. Comparing base (1b1c19c) to head (40f8978).

Additional details and impacted files
@@             Coverage Diff              @@
##           3.0_develop     #409   +/-   ##
============================================
  Coverage        80.14%   80.14%           
============================================
  Files               26       26           
  Lines             1355     1355           
============================================
  Hits              1086     1086           
  Misses             269      269           
Flag Coverage Δ
unittests 80.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ketan96-m ketan96-m requested review from BenGalewsky and ponyisi July 3, 2024 16:31
Copy link
Contributor

@BenGalewsky BenGalewsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK - let's see if this is useful for people

@BenGalewsky BenGalewsky merged commit 286ffed into 3.0_develop Jul 3, 2024
@BenGalewsky BenGalewsky deleted the coverage_report branch July 3, 2024 17:31
@ponyisi
Copy link
Collaborator

ponyisi commented Jul 3, 2024

@ketan96-m thanks, I've really wanted this functionality in the past...

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.

4 participants