codecov / codecov-browser-extension

A browser extension for Codecov. Works for Chrome and Firefox
Apache License 2.0
36 stars 11 forks source link

Coverage total doesn't round #15

Closed eliatcodecov closed 1 year ago

eliatcodecov commented 1 year ago

Problem

It appears that the coverage percentage doesn't round after recalculating Flags (and possibly components).

Screenshot 2023-05-09 at 1 08 26 PM

To Reproduce

  1. Navigate here: https://github.com/codecov/uploader/blob/main/src/index.ts
  2. Click the flags drop down and select "Select All"
  3. Returned result will not be rounded.
anukul commented 1 year ago

Fixed on master but not published yet

eliatcodecov commented 1 year ago

Fixed as of 0.2.0 👍