colcon / colcon-core

Command line tool to build sets of software packages
http://colcon.readthedocs.io
Apache License 2.0
103 stars 46 forks source link

Switch to $GITHUB_OUTPUT over deprecated ::set-output #542

Closed cottsay closed 1 year ago

cottsay commented 1 year ago

In response to: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

codecov[bot] commented 1 year ago

Codecov Report

Base: 81.51% // Head: 81.75% // Increases project coverage by +0.24% :tada:

Coverage data is based on head (b78a1cb) compared to base (2710af8). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #542 +/- ## ========================================== + Coverage 81.51% 81.75% +0.24% ========================================== Files 59 61 +2 Lines 3381 3585 +204 Branches 656 690 +34 ========================================== + Hits 2756 2931 +175 - Misses 579 602 +23 - Partials 46 52 +6 ``` | [Impacted Files](https://codecov.io/gh/colcon/colcon-core/pull/542?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=colcon) | Coverage Δ | | |---|---|---| | [colcon\_core/\_\_init\_\_.py](https://codecov.io/gh/colcon/colcon-core/pull/542/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=colcon#diff-Y29sY29uX2NvcmUvX19pbml0X18ucHk=) | `0.00% <0.00%> (ø)` | | | [colcon\_core/command.py](https://codecov.io/gh/colcon/colcon-core/pull/542/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=colcon#diff-Y29sY29uX2NvcmUvY29tbWFuZC5weQ==) | `86.20% <0.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=colcon). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=colcon)

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

cottsay commented 1 year ago

Increases project coverage by +0.24% :tada:

Sometimes I wonder what Codecov is doing to draw these conclusions, but I'm not sure I actually want to know.