Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require full function coverage #287

Merged
merged 1 commit into from
Nov 26, 2022
Merged

Require full function coverage #287

merged 1 commit into from
Nov 26, 2022

Conversation

G-Rath
Copy link
Contributor

@G-Rath G-Rath commented Nov 26, 2022

This is also the reason why Jest always updates your snapshots locally instead of erroring about them being different, because Jest can't actually load the original snapshots but writes are apparently happening to the real disk - this isn't the end of the world because Jest automatically freezes snapshots when running in CI so you'll still get told if a snapshot needs updating and then that update will be in the diff for inspection.

(also looks like linting is not applying to this file for some reason, but that's another PR ok so linting is, but its wanting different formatting than for all the other files? 馃)

Fixes #26

@bmish
Copy link
Owner

bmish commented Nov 26, 2022

Nice, can you mark it as "Fixes #26". I have some more details in that issue as well.

@bmish bmish added the internal label Nov 26, 2022
Copy link
Owner

@bmish bmish left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bmish bmish merged commit 9b15f1b into bmish:main Nov 26, 2022
@bmish bmish changed the title test: require full function coverage Require full function coverage Nov 26, 2022
@G-Rath G-Rath deleted the enable-full-coverage branch November 26, 2022 20:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix test coverage check
3 participants