Smithay / calloop

A callback-based Event Loop
MIT License
176 stars 35 forks source link

CI: Use a cargo feature to control 'no_coverage' #134

Closed elinorbgr closed 1 year ago

elinorbgr commented 1 year ago

fixes #118

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.02 :warning:

Comparison is base (88ebcca) 88.80% compared to head (ff3688c) 88.79%.

:exclamation: Current head ff3688c differs from pull request most recent head 92b2eba. Consider uploading reports for the commit 92b2eba to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #134 +/- ## ========================================== - Coverage 88.80% 88.79% -0.02% ========================================== Files 14 14 Lines 1671 1669 -2 ========================================== - Hits 1484 1482 -2 Misses 187 187 ``` | Flag | Coverage Δ | | |---|---|---| | macos-latest | `88.49% <100.00%> (-0.02%)` | :arrow_down: | | ubuntu-latest | `88.38% <100.00%> (-0.02%)` | :arrow_down: | 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=Smithay#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://app.codecov.io/gh/Smithay/calloop/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smithay) | Coverage Δ | | |---|---|---| | [src/error.rs](https://app.codecov.io/gh/Smithay/calloop/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smithay#diff-c3JjL2Vycm9yLnJz) | `0.00% <ø> (ø)` | | | [src/io.rs](https://app.codecov.io/gh/Smithay/calloop/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smithay#diff-c3JjL2lvLnJz) | `82.75% <ø> (ø)` | | | [src/loop\_logic.rs](https://app.codecov.io/gh/Smithay/calloop/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smithay#diff-c3JjL2xvb3BfbG9naWMucnM=) | `90.45% <ø> (ø)` | | | [src/sources/channel.rs](https://app.codecov.io/gh/Smithay/calloop/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smithay#diff-c3JjL3NvdXJjZXMvY2hhbm5lbC5ycw==) | `77.14% <ø> (ø)` | | | [src/sources/mod.rs](https://app.codecov.io/gh/Smithay/calloop/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smithay#diff-c3JjL3NvdXJjZXMvbW9kLnJz) | `95.69% <ø> (ø)` | | | [src/sources/timer.rs](https://app.codecov.io/gh/Smithay/calloop/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smithay#diff-c3JjL3NvdXJjZXMvdGltZXIucnM=) | `86.53% <ø> (ø)` | | | [src/sys.rs](https://app.codecov.io/gh/Smithay/calloop/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smithay#diff-c3JjL3N5cy5ycw==) | `98.41% <ø> (ø)` | | | [src/sources/futures.rs](https://app.codecov.io/gh/Smithay/calloop/pull/134?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Smithay#diff-c3JjL3NvdXJjZXMvZnV0dXJlcy5ycw==) | `93.78% <100.00%> (-0.07%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.