codecov-browser-extension icon indicating copy to clipboard operation
codecov-browser-extension copied to clipboard

Match Codecov UI inline styling

Open codecovdesign opened this issue 2 years ago • 1 comments

Problem to solve

Today in the Codecov app we have the following indications for inline coverage:

  • Not covered: solid red + red highlight
  • Partial: dotted yellow + yellow highlight
  • Covered: green highlight

The browser extension has:

  • Not covered: red highlight
  • Covered: solid green + green highlight
Screenshot 2024-04-04 at 9 54 02 AM

Solution

Update browser extension to consistent inline reporting as seen in-app to align.

codecovdesign avatar Jun 07 '23 14:06 codecovdesign

another, is exploring matching our coloring in light mode for improved readability

I find it harder to read the code once I come across something that’s all read like this

Image

codecovdesign avatar Oct 29 '24 16:10 codecovdesign