GoogleChrome / chrome-types

Code to parse Chrome's internal extension type definitions—published on NPM as chrome-types
https://www.npmjs.com/package/chrome-types
Apache License 2.0
189 stars 30 forks source link

Prefer features without `location` condition #74

Closed oliverdunk closed 4 months ago

oliverdunk commented 4 months ago

I originally had this change in https://github.com/GoogleChrome/chrome-types/pull/73, but then I thought it wasn't needed any more so removed it. Unfortunately the build is still failing and this should hopefully fix that: https://github.com/GoogleChrome/chrome-types/actions/runs/9392019690/job/25865438994#step:6:13862

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 44.40%. Comparing base (cd5a8c7) to head (5cdcf00). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #74 +/- ## ========================================== + Coverage 44.31% 44.40% +0.09% ========================================== Files 21 21 Lines 4069 4076 +7 Branches 282 284 +2 ========================================== + Hits 1803 1810 +7 Misses 2266 2266 ```

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