xarray-contrib / cf-xarray

an accessor for xarray objects that interprets CF attributes
https://cf-xarray.readthedocs.io/
Apache License 2.0
152 stars 39 forks source link

Fix codecov reporting (follow up to #482) #483

Closed jsignell closed 7 months ago

jsignell commented 7 months ago

Sorry about that I missed that codecov also needs to be told not to include tests.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ff03ebf) 63.60% compared to head (17cb802) 93.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #483 +/- ## =========================================== + Coverage 63.60% 93.91% +30.31% =========================================== Files 22 13 -9 Lines 4212 1709 -2503 Branches 223 0 -223 =========================================== - Hits 2679 1605 -1074 + Misses 1449 104 -1345 + Partials 84 0 -84 ``` | [Flag](https://app.codecov.io/gh/xarray-contrib/cf-xarray/pull/483/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xarray-contrib) | Coverage Δ | | |---|---|---| | [mypy](https://app.codecov.io/gh/xarray-contrib/cf-xarray/pull/483/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xarray-contrib) | `?` | | | [unittests](https://app.codecov.io/gh/xarray-contrib/cf-xarray/pull/483/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xarray-contrib) | `93.91% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=xarray-contrib#carryforward-flags-in-the-pull-request-comment) to find out more.

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

jsignell commented 7 months ago

This looks more like it: https://app.codecov.io/gh/xarray-contrib/cf-xarray/pull/483

dcherian commented 7 months ago

❤️