hyperjumptech / monika

Monika is a command line application to monitor every part of your web app using a simple YAML configuration file. Get alert not only when your site is down but also when it's slow.
https://monika.hyperjump.tech
MIT License
604 stars 66 forks source link

Chore: Upgrade Oclif Core to Version 4 #1318

Open haricnugraha opened 1 month ago

haricnugraha commented 1 month ago

Monika Pull Request (PR)

What feature/issue does this PR add

Upgrade oclif/core to version 4.

How to test

  1. Run the test. Run npm test.
  2. Run Monika as usual. Run npm start.
codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 41.66667% with 7 lines in your changes missing coverage. Please review.

Project coverage is 63.32%. Comparing base (6a29470) to head (3f8cc5d). Report is 26 commits behind head on main.

Files with missing lines Patch % Lines
src/commands/monika.ts 50.00% 1 Missing and 1 partial :warning:
src/components/config/create.ts 33.33% 2 Missing :warning:
src/components/logger/flush.ts 33.33% 2 Missing :warning:
src/plugins/updater/index.ts 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1318 +/- ## ========================================== + Coverage 62.51% 63.32% +0.80% ========================================== Files 112 109 -3 Lines 3391 3422 +31 Branches 591 584 -7 ========================================== + Hits 2120 2167 +47 + Misses 1079 1067 -12 + Partials 192 188 -4 ```

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