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

Add bind runner for binding variables #30

Merged
merged 1 commit into from
Mar 17, 2022
Merged

Add bind runner for binding variables #30

merged 1 commit into from
Mar 17, 2022

Conversation

k1LoW
Copy link
Owner

@k1LoW k1LoW commented Mar 17, 2022

steps:
  - req: 
      /users/k1low:
        get:
          body: null
  - bind:
      user_id: steps[0].res.body.data.id
  - dump: user_id

@k1LoW k1LoW self-assigned this Mar 17, 2022
@github-actions
Copy link
Contributor

Code Metrics Report

main (5e4305e) #30 (3cf117e) +/-
Coverage 71.9% 70.3% -1.6%
Code to Test Ratio 1:0.7 1:0.7 +0.0
Test Execution Time 31s 25s -6s
Details
  |                     | main (5e4305e) | #30 (3cf117e) |  +/-  |
  |---------------------|----------------|---------------|-------|
- | Coverage            |          71.9% |         70.3% | -1.6% |
  |   Files             |             10 |            11 |    +1 |
  |   Lines             |            707 |           740 |   +33 |
+ |   Covered           |            508 |           520 |   +12 |
+ | Code to Test Ratio  |          1:0.7 |         1:0.7 |  +0.0 |
  |   Code              |           1513 |          1580 |   +67 |
+ |   Test              |           1017 |          1103 |   +86 |
+ | Test Execution Time |            31s |           25s |   -6s |

Code coverage of files in pull request scope (69.7% → 65.7%)

Files Coverage +/-
bind.go 80.0% +80.0%
operator.go 65.2% -4.6%

Reported by octocov

@k1LoW k1LoW merged commit 27d6669 into main Mar 17, 2022
@k1LoW k1LoW deleted the bind branch March 17, 2022 10:21
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