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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Snapshot Tests #104

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Enable Snapshot Tests #104

merged 1 commit into from
Jul 9, 2024

Conversation

gowerc
Copy link
Owner

@gowerc gowerc commented Jul 9, 2024

Closes #103

Copy link
Contributor

github-actions bot commented Jul 9, 2024

badge

Code Coverage Summary

Filename                Stmts    Miss  Cover    Missing
--------------------  -------  ------  -------  -------------------------
R/ascii_tables.R           85       6  92.94%   9, 126, 128, 136-137, 154
R/cast_variables.R         49       0  100.00%
R/diffdf.R                137      18  86.86%   282-299, 326
R/generate_keyname.R       10       1  90.00%   15
R/identify.R              128       9  92.97%   31, 266-273
R/is_different.R           52       0  100.00%
R/issuerows.R              40       0  100.00%
R/issues.R                 13       1  92.31%   47
R/misc_functions.R         14       2  85.71%   8, 12
R/print.R                  23       0  100.00%
TOTAL                     551      37  93.28%

Results for commit: bd41ff5

Minimum allowed coverage is 80%

♻️ This comment has been updated with latest results

Copy link
Contributor

github-actions bot commented Jul 9, 2024

Unit Tests Summary

  1 files   10 suites   5s ⏱️
 38 tests  37 ✅ 1 💤 0 ❌
544 runs  543 ✅ 1 💤 0 ❌

Results for commit bd41ff5.

@gowerc gowerc merged commit 1fd39c0 into master Jul 9, 2024
23 checks passed
@gowerc gowerc deleted the 103-enable-snapshots branch July 9, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Snapshot Testing
1 participant