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

test: add pytest missing plugins #639

Merged
merged 3 commits into from
Dec 11, 2022
Merged

test: add pytest missing plugins #639

merged 3 commits into from
Dec 11, 2022

Conversation

12rambau
Copy link
Member

@12rambau 12rambau commented Nov 29, 2022

Final touch to the pytest plugins: Fix #630

pytest-deadfixture

pytest-cov

  • install pytest-cov in setup.py
  • use it in our unit test suit to generate the xml coverage file

@codecov
Copy link

codecov bot commented Nov 29, 2022

Codecov Report

Merging #639 (84a5f0b) into main (8a8196e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #639   +/-   ##
=======================================
  Coverage   92.63%   92.63%           
=======================================
  Files          36       36           
  Lines        3911     3911           
=======================================
  Hits         3623     3623           
  Misses        288      288           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@12rambau 12rambau marked this pull request as ready for review November 29, 2022 06:33
@12rambau
Copy link
Member Author

I need this PR to be merged for the conda release. I'm overpassing review checks. Don't hesitate to reach in the issues if needed

@12rambau 12rambau merged commit e92b6eb into main Dec 11, 2022
@12rambau 12rambau deleted the pytest branch December 11, 2022 17:02
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.

improve the testing process using pytest plugin
1 participant