clarkbw / jest-webextension-mock

A module to mock WebExtensions in Jest
BSD 3-Clause "New" or "Revised" License
93 stars 37 forks source link

chore: fail when setup hasn't been built and committed #165

Closed clarkbw closed 2 years ago

clarkbw commented 2 years ago

Now to prevent these shenanigans we'll fail the build / test workflow when the dist/setup.js file hasn't been properly built and committed as part of the PR.

(should fail for the first run here)

codecov[bot] commented 2 years ago

Codecov Report

Base: 99.50% // Head: 99.50% // No change to project coverage :thumbsup:

Coverage data is based on head (b8f917d) compared to base (745913b). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #165 +/- ## ======================================= Coverage 99.50% 99.50% ======================================= Files 14 14 Lines 202 202 Branches 43 43 ======================================= Hits 201 201 Misses 1 1 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.