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

test(yaml): improve coverage for nil Type #5525

Merged
merged 1 commit into from
Jul 23, 2024
Merged

test(yaml): improve coverage for nil Type #5525

merged 1 commit into from
Jul 23, 2024

Conversation

iuioiua
Copy link
Contributor

@iuioiua iuioiua commented Jul 23, 2024

No description provided.

@iuioiua iuioiua requested a review from kt3k as a code owner July 23, 2024 09:43
@iuioiua iuioiua enabled auto-merge (squash) July 23, 2024 09:43
@github-actions github-actions bot added the yaml label Jul 23, 2024
@@ -29,9 +29,6 @@ export const nil: Type<"scalar", null> = {
kind: "scalar",
predicate: isNull,
represent: {
canonical(): string {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Seems this isn't called anywhere.

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.39%. Comparing base (d6dde6f) to head (8effb5a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5525      +/-   ##
==========================================
+ Coverage   96.36%   96.39%   +0.03%     
==========================================
  Files         465      465              
  Lines       37760    37757       -3     
  Branches     5578     5579       +1     
==========================================
+ Hits        36388    36397       +9     
+ Misses       1330     1318      -12     
  Partials       42       42              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@iuioiua iuioiua changed the title tests(yaml): improve coverage for nil Type test(yaml): improve coverage for nil Type Jul 23, 2024
Copy link
Member

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM

@iuioiua iuioiua merged commit 044fc27 into main Jul 23, 2024
16 of 17 checks passed
@iuioiua iuioiua deleted the yaml-test-nill branch July 23, 2024 13:40
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.

2 participants