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
605 stars 67 forks source link

Fix #1313 #1317

Closed suyono3484 closed 3 months ago

suyono3484 commented 3 months ago

Monika Pull Request (PR)

What feature/issue does this PR add

  1. 1313

How did you implement / how did you fix it

  1. adding npm run prepack on pack-tarballs scripts in packages.json

How to test

  1. Run the build steps in Publish to Snapcraft workflow locally (npm ci --workspaces --if-present, npm run build --workspaces --if-present, npm ci, npm run pack-tarballs)
  2. No error in build steps
  3. Verify the .tar.gz file is built in the dist directory
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 63.49%. Comparing base (6a29470) to head (98d37ee). Report is 26 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1317 +/- ## ========================================== + Coverage 62.51% 63.49% +0.97% ========================================== Files 112 109 -3 Lines 3391 3421 +30 Branches 591 584 -7 ========================================== + Hits 2120 2172 +52 + Misses 1079 1062 -17 + Partials 192 187 -5 ```

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