You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The coverage folder should not be included in the packager logic or I should be able to ignore it. It’s unclear why it is looking in there as I have not linked to any files in the folder.
Additional Information
React Native version: 0.39.2
Platform: iOS
Operating System: OS X 10.12.3
The text was updated successfully, but these errors were encountered:
It throws the error when the coverage report is generated. If I hit reload, I can use my app just fine even though the offending .png is still present. It seems to be that the Packager file watcher is having/starting/causing the issue.
Description
What I did
I added Jest to my project and started generating code coverage reports, which creates a folder named "coverage" at the project root.
What you expect to happen
I expected nothing to happen with the code.
What actually happens
Packager is looking at it for some reason, and it is causing an error.
Reproduction
Having trouble reproducing.
Solution
The coverage folder should not be included in the packager logic or I should be able to ignore it. It’s unclear why it is looking in there as I have not linked to any files in the folder.
Additional Information
The text was updated successfully, but these errors were encountered: