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

Use pytest-xdist to speed-up tests locally #838

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Conversation

tristanlatr
Copy link
Contributor

Since the multiprocessing doesn't play well with code coverage, use another specific environment for that.

Since the multiprocessing doesn;t play well with code coverage, use another specific environment for that.
Copy link

codecov bot commented Nov 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.29%. Comparing base (cceabfa) to head (bdf5471).
Report is 17 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #838   +/-   ##
=======================================
  Coverage   92.29%   92.29%           
=======================================
  Files          47       47           
  Lines        8514     8514           
  Branches     1695     1695           
=======================================
  Hits         7858     7858           
  Misses        385      385           
  Partials      271      271           

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

Copy link

According to pydoctor_primer, this change doesn't affect pydoctor warnings on a corpus of open source code. ✅

@tristanlatr tristanlatr marked this pull request as ready for review November 21, 2024 17:22
@tristanlatr tristanlatr merged commit ad1fc12 into master Nov 21, 2024
41 checks passed
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.

1 participant