hyperspy / rosettasciio

Python library for reading and writing scientific data format
https://hyperspy.org/rosettasciio
GNU General Public License v3.0
44 stars 26 forks source link

Use ruff #250

Closed ericpre closed 3 months ago

ericpre commented 3 months ago

Progress of the PR

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 91.82692% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 86.36%. Comparing base (e3e7680) to head (e8bf5ee).

Files Patch % Lines
rsciio/utils/tests.py 73.07% 6 Missing and 1 partial :warning:
rsciio/image/_api.py 60.00% 2 Missing :warning:
rsciio/nexus/_api.py 66.66% 0 Missing and 2 partials :warning:
rsciio/phenom/_api.py 86.66% 2 Missing :warning:
rsciio/bruker/_api.py 92.30% 1 Missing :warning:
rsciio/digitalmicrograph/_api.py 91.66% 1 Missing :warning:
rsciio/msa/_api.py 87.50% 1 Missing :warning:
rsciio/semper/_api.py 90.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #250 +/- ## ========================================== - Coverage 86.40% 86.36% -0.04% ========================================== Files 83 83 Lines 10633 10652 +19 Branches 2316 2322 +6 ========================================== + Hits 9187 9200 +13 - Misses 930 935 +5 - Partials 516 517 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.