Skip to content

Fixes pytest -m arg handling in CI

07ae323
Select commit
Loading
Failed to load commit list.
Merged

Release: merge develop into master #109

Fixes pytest -m arg handling in CI
07ae323
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 15, 2025 in 1s

82.26% (+10.68%) compared to 52262f7

View this Pull Request on Codecov

82.26% (+10.68%) compared to 52262f7

Details

Codecov Report

❌ Patch coverage is 82.75702% with 743 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.26%. Comparing base (52262f7) to head (07ae323).

Files with missing lines Patch % Lines
src/easydiffraction/utils/logging.py 72.92% 59 Missing and 16 partials ⚠️
src/easydiffraction/analysis/analysis.py 60.44% 49 Missing and 4 partials ⚠️
src/easydiffraction/display/plotting.py 69.13% 42 Missing and 8 partials ⚠️
src/easydiffraction/project/project.py 67.14% 42 Missing and 4 partials ⚠️
src/easydiffraction/io/cif/serialize.py 75.14% 27 Missing and 16 partials ⚠️
src/easydiffraction/experiments/experiment/base.py 72.03% 28 Missing and 5 partials ⚠️
...rc/easydiffraction/experiments/experiment/enums.py 55.55% 30 Missing and 2 partials ⚠️
src/easydiffraction/utils/environment.py 53.12% 26 Missing and 4 partials ⚠️
src/easydiffraction/display/tablers/pandas.py 35.00% 26 Missing ⚠️
src/easydiffraction/utils/utils.py 71.91% 21 Missing and 4 partials ⚠️
... and 48 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #109       +/-   ##
===========================================
+ Coverage   71.57%   82.26%   +10.68%     
===========================================
  Files          47       88       +41     
  Lines        3550     5451     +1901     
  Branches      373      454       +81     
===========================================
+ Hits         2541     4484     +1943     
+ Misses        894      802       -92     
- Partials      115      165       +50     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.