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

Support solo-single-line comment #176

Merged
merged 2 commits into from
Sep 30, 2022
Merged

Support solo-single-line comment #176

merged 2 commits into from
Sep 30, 2022

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Sep 29, 2022

ref: #123

test: |
  current.res.status == 200
  # This is comment
  #This is comment
  && current.res.body.foo == vars.expectFoo
  #  This is comment
   # This is comment
  && current.res.body.bar == vars.expectBar # This is NOT comment. TODO.

@k1LoW k1LoW self-assigned this Sep 29, 2022
@github-actions

This comment has been minimized.

@github-actions
Copy link
Contributor

Code Metrics Report

main (c94fc70) #176 (cf5f40c) +/-
Coverage 77.9% 78.0% +0.1%
Code to Test Ratio 1:0.7 1:0.8 +0.0
Details
  |                    | main (c94fc70) | #176 (cf5f40c) |  +/-  |
  |--------------------|----------------|----------------|-------|
+ | Coverage           |          77.9% |          78.0% | +0.1% |
  |   Files            |             22 |             22 |     0 |
  |   Lines            |           2680 |           2687 |    +7 |
+ |   Covered          |           2088 |           2095 |    +7 |
+ | Code to Test Ratio |          1:0.7 |          1:0.8 |  +0.0 |
  |   Code             |           5178 |           5190 |   +12 |
+ |   Test             |           3868 |           3908 |   +40 |

Code coverage of files in pull request scope (58.8% → 70.8%)

Files Coverage +/-
eval.go 70.8% +12.0%

Reported by octocov

@k1LoW k1LoW merged commit caf869d into main Sep 30, 2022
@k1LoW k1LoW deleted the solo-single-line-comment branch September 30, 2022 00:46
@github-actions github-actions bot mentioned this pull request Sep 30, 2022
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.

1 participant