sentry-demos / empower

Monorepo for web app (Empower Plant) and its backend implementations in multiple languages/frameworks used in SE-demos, as well as for testing and sample events across the company. NOTE: used to be called "application-monitoring".
https://application-monitoring-react-dot-sales-engineering-sf.appspot.com/
2 stars 6 forks source link

Exclude Next from auto-deploy since it has it's own Vercel automation #599

Closed realkosty closed 3 weeks ago

realkosty commented 3 weeks ago

currently breaking our pipeline https://github.com/sentry-demos/empower/actions/runs/11432793019/job/31803804101

I wonder if Vercel's bot will now post in all commits in this repo (this one modified file in root directory, not next).. maybe there's a way to limit it to changes in next directory only? I'd say it's not a big deal except that it adds noise to codecov demo. @ndmanvar what do you think?

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
empower ❌ Failed (Inspect) Oct 22, 2024 2:15pm
codecov[bot] commented 3 weeks ago

Codecov Report

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

Project coverage is 36.30%. Comparing base (8550051) to head (f51ce08). Report is 1 commits behind head on master.

:white_check_mark: All tests successful. No failed tests found.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #599 +/- ## ======================================= Coverage 36.30% 36.30% ======================================= Files 37 37 Lines 865 865 Branches 109 109 ======================================= Hits 314 314 Misses 532 532 Partials 19 19 ``` | [Flag](https://app.codecov.io/gh/sentry-demos/empower/pull/599/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sentry-demos) | Coverage Δ | | |---|---|---| | [api](https://app.codecov.io/gh/sentry-demos/empower/pull/599/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sentry-demos) | `7.62% <ø> (ø)` | | | [frontend](https://app.codecov.io/gh/sentry-demos/empower/pull/599/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sentry-demos) | `54.96% <ø> (ø)` | | | [Components](https://app.codecov.io/gh/sentry-demos/empower/pull/599/components?src=pr&el=components&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sentry-demos) | Coverage Δ | | |---|---|---| | [checkout_module](https://app.codecov.io/gh/sentry-demos/empower/pull/599/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sentry-demos) | `7.62% <ø> (ø)` | | | [product_component](https://app.codecov.io/gh/sentry-demos/empower/pull/599/components?src=pr&el=component&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=sentry-demos) | `56.77% <ø> (ø)` | |
landenai commented 3 weeks ago
Screenshot 2024-10-22 at 10 04 04 AM

fyi i enabled this setting to only deploy on changes to the root directory (next) yesterday afternoon