Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ref: Update "team bot missing" for users that have GitHub app to "Issue with Github app" #2249

Merged
merged 3 commits into from
Sep 7, 2023

Conversation

RulaKhaled
Copy link
Contributor

@RulaKhaled RulaKhaled commented Sep 7, 2023

Description

Add one more case to missing bot banner to handle users with github app but missing bot.
issue: codecov/engineering-team#276

Screenshots

Screenshot 2023-09-06 at 7 08 07 PM

Legal Boilerplate

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. In 2022 this entity acquired Codecov and as result Sentry is going to need some rights from me in order to utilize my contributions in this PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

@codecov
Copy link

codecov bot commented Sep 7, 2023

Codecov Report

Merging #2249 (9529cd9) into main (5efe21b) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2249     +/-   ##
=======================================
+ Coverage   97.94   97.95   +0.01     
=======================================
  Files        698     698             
  Lines       7925    7932      +7     
  Branches    1888    1886      -2     
=======================================
+ Hits        7762    7769      +7     
  Misses       161     161             
  Partials       2       2             
Files Changed Coverage Δ
...CommitDetailPage/BotErrorBanner/BotErrorBanner.jsx 100.00% <100.00%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5efe21b...9529cd9. Read the comment docs.

@netlify
Copy link

netlify bot commented Sep 7, 2023

Deploy Preview for gazebo-staging ready!

Name Link
🔨 Latest commit c5134dd
🔍 Latest deploy log https://app.netlify.com/sites/gazebo-staging/deploys/64f9aa972ae6b6000809445c
😎 Deploy Preview https://deploy-preview-2249--gazebo-staging.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@codecov-staging
Copy link

codecov-staging bot commented Sep 7, 2023

Codecov Report

Merging #2249 (9529cd9) into main (5efe21b) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2249   +/-   ##
=======================================
  Coverage   97.94%   97.94%           
=======================================
  Files         698      698           
  Lines        7925     7932    +7     
  Branches     1888     1886    -2     
=======================================
+ Hits         7762     7769    +7     
  Misses        161      161           
  Partials        2        2           
Files Changed Coverage
...CommitDetailPage/BotErrorBanner/BotErrorBanner.jsx 100.00%

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5efe21b...9529cd9. Read the comment docs.

📢 Thoughts on this report? Let us know!.

@netlify
Copy link

netlify bot commented Sep 7, 2023

Deploy Preview for gazebo-staging ready!

Name Link
🔨 Latest commit 491c13e
🔍 Latest deploy log https://app.netlify.com/sites/gazebo-staging/deploys/64f9aaa1d842260008783240
😎 Deploy Preview https://deploy-preview-2249--gazebo-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Sep 7, 2023

Deploy Preview for gazebo-staging ready!

Name Link
🔨 Latest commit 9529cd9
🔍 Latest deploy log https://app.netlify.com/sites/gazebo-staging/deploys/64f9d45221b3c00008307b86
😎 Deploy Preview https://deploy-preview-2249--gazebo-staging.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@nicholas-codecov nicholas-codecov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One quick thing that won't require a review. Once that's done feel free to ship away!

Comment on lines 43 to 50
<div className="gap-1 lg:flex lg:w-max">
<span>
The bot posts the coverage report comment on pull requests. If
you&apos;re using GitHub, the best way to integrate with Codecov.io is
to Install
</span>
<A to={{ pageName: 'codecovGithubApp' }}> Codecov&apos;s GitHub App.</A>
</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wanna switch this to a <p> 👀

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also just noticed the lg:w-max, that is not a valid tailwind class the w-max specifically. See here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice catch, i think we can safely get rid of all classes in this div

@RulaKhaled RulaKhaled merged commit 3478599 into main Sep 7, 2023
15 checks passed
@RulaKhaled RulaKhaled deleted the missing-bot branch September 7, 2023 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants