pytroll / satpy

Python package for earth-observing satellite data processing
http://satpy.readthedocs.org/en/latest/
GNU General Public License v3.0
1.06k stars 292 forks source link

Fix concurrency group in ci #2746

Closed mraspaud closed 7 months ago

mraspaud commented 7 months ago

As per @djhoese 's instructions :)

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (f6d1f1f) 95.91% compared to head (5320bca) 95.92%. Report is 110 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2746 +/- ## ========================================== + Coverage 95.91% 95.92% +0.01% ========================================== Files 373 375 +2 Lines 52946 53100 +154 ========================================== + Hits 50782 50936 +154 Misses 2164 2164 ``` | [Flag](https://app.codecov.io/gh/pytroll/satpy/pull/2746/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | Coverage Δ | | |---|---|---| | [behaviourtests](https://app.codecov.io/gh/pytroll/satpy/pull/2746/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | `4.13% <ø> (-0.02%)` | :arrow_down: | | [unittests](https://app.codecov.io/gh/pytroll/satpy/pull/2746/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pytroll) | `96.02% <ø> (+0.01%)` | :arrow_up: | 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=pytroll#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.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7977531138

Details


Totals Coverage Status
Change from base Build 7976297564: 0.0%
Covered Lines: 50808
Relevant Lines: 52923

💛 - Coveralls
djhoese commented 7 months ago

Could you do it in the deploy workflow too?

djhoese commented 7 months ago

Ah sorry, I thought this was configured for the deploy workflow too. Looks good. Thanks.