Skip to content
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

fix(python): honour sample option for pytest sample code #3095

Merged
merged 2 commits into from
Nov 7, 2023

Conversation

cogwirrel
Copy link
Contributor

Fixes #3094


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (07e8da9) 96.39% compared to head (65624ba) 96.40%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3095   +/-   ##
=======================================
  Coverage   96.39%   96.40%           
=======================================
  Files         186      186           
  Lines       35099    35101    +2     
  Branches     3246     3248    +2     
=======================================
+ Hits        33835    33839    +4     
+ Misses       1264     1262    -2     
Files Coverage Δ
src/python/python-project.ts 93.35% <100.00%> (+0.02%) ⬆️

... and 1 file with indirect coverage changes

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

Copy link
Contributor

@mrgrain mrgrain left a comment

Choose a reason for hiding this comment

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

Thanks!

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.

(python) pytest sample code is always generated if pytest is enabled
3 participants