ttytm / wthrr-the-weathercrab

🌞 πŸ¦€ πŸŒ™ Weather companion for the terminal. Rust app.
https://crates.io/crates/wthrr
MIT License
394 stars 25 forks source link

⬆️ update thollander/actions-comment-pull-request action to v3 #389

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change
thollander/actions-comment-pull-request action major v2.5.0 -> v3.0.0

Release Notes

thollander/actions-comment-pull-request (thollander/actions-comment-pull-request) ### [`v3.0.0`](https://redirect.github.com/thollander/actions-comment-pull-request/releases/tag/v3.0.0) [Compare Source](https://redirect.github.com/thollander/actions-comment-pull-request/compare/v2.5.0...v3.0.0) #### What's Changed - chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/thollander/actions-comment-pull-request/pull/326](https://redirect.github.com/thollander/actions-comment-pull-request/pull/326) - chore(deps-dev): bump prettier from 3.0.3 to 3.2.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/thollander/actions-comment-pull-request/pull/350](https://redirect.github.com/thollander/actions-comment-pull-request/pull/350) - chore(deps-dev): bump [@​tsconfig/node20](https://redirect.github.com/tsconfig/node20) from 20.1.2 to 20.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/thollander/actions-comment-pull-request/pull/367](https://redirect.github.com/thollander/actions-comment-pull-request/pull/367) - chore(deps-dev): bump typescript from 5.3.3 to 5.6.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/thollander/actions-comment-pull-request/pull/390](https://redirect.github.com/thollander/actions-comment-pull-request/pull/390) - chore(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 20.8.7 to 22.7.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/thollander/actions-comment-pull-request/pull/389](https://redirect.github.com/thollander/actions-comment-pull-request/pull/389) - feat: manage delete modes in a better way + consistent input naming by [@​thollander](https://redirect.github.com/thollander) in [https://github.com/thollander/actions-comment-pull-request/pull/391](https://redirect.github.com/thollander/actions-comment-pull-request/pull/391) #### Breaking changes ##### Parameters - From `filePath` to `file-path` - From `GITHUB_TOKEN` to `github-token` - From `pr_number` to `pr-number` - From `comment_tag` to `comment-tag` - From `create_if_not_exists` to `create-if-not-exists` ##### Mode `delete` now deletes a comment immediately. To delete the comment at the end of the job, use `delete-on-completion` mode. **Full Changelog**: https://github.com/thollander/actions-comment-pull-request/compare/v2...v3.0.0

Configuration

πŸ“… Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 month ago

Test Results

13 tests  Β±0   13 βœ… Β±0   1s ⏱️ Β±0s  1 suites Β±0    0 πŸ’€ Β±0   1 files   Β±0    0 ❌ Β±0 

Results for commit 350919ea. ± Comparison against base commit 767557f4.

:recycle: This comment has been updated with latest results.

renovate[bot] commented 1 month ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

github-actions[bot] commented 1 month ago
Filename                              Stmts    Miss  Cover    Missing
----------------------------------  -------  ------  -------  ------------------------------------------------------------------------------------------------------------
src/main.rs                              16      16  0.00%    19-39
src/modules/display/border.rs            47      18  61.70%   20-22, 26-27, 31-33, 37-38, 42-44, 48-50, 105-106
src/modules/display/current.rs           46       6  86.96%   34, 38, 84, 97, 126-127
src/modules/display/day.rs               42       7  83.33%   29, 33, 58, 61, 67, 92-93
src/modules/display/graph.rs            169      61  63.91%   87-126, 142, 149, 156, 161, 177, 183-187, 197, 211, 218, 225, 230, 246, 275-284, 295-317, 334, 343, 365, 370
src/modules/display/gui_config.rs        15       3  80.00%   48, 54, 60
src/modules/display/historical.rs        44      44  0.00%    23-153
src/modules/display/hourly.rs           163      97  40.49%   48-67, 71-80, 89-92, 99, 141, 145-146, 229, 250, 269-279, 323-457
src/modules/display/product.rs           26      26  0.00%    26-76
src/modules/display/utils.rs             35       6  82.86%   14-17, 23, 54-55
src/modules/display/weathercode.rs       31      23  25.81%   13, 17-23, 26-32, 34-41
src/modules/display/week.rs              45       3  93.33%   36, 105-106
src/modules/display/wind.rs              21      11  47.62%   24-27, 35-38, 40-42
src/modules/api.rs                       24      13  45.83%   26-29, 38, 49-88
src/modules/args.rs                       4       4  0.00%    92-96
src/modules/config.rs                    30      24  20.00%   52-96
src/modules/forecast.rs                  18       4  77.78%   20-21, 23-24
src/modules/localization.rs             105      41  60.95%   163-207, 234-270
src/modules/location.rs                  53      28  47.17%   25-29, 59-63, 75, 89, 95-104, 109, 118-126, 131-132, 142-143
src/modules/params.rs                    51      51  0.00%    23-130
src/modules/units.rs                     13       0  100.00%
src/modules/weather.rs                   28      28  0.00%    83-154
TOTAL                                  1026     514  49.90%