-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature/vars expanding into parameters #85
Conversation
48979ca
to
35fc6f2
Compare
Hm, due to merging conflicts the PR looks bulky. |
78a704b
to
0380b8a
Compare
import ( | ||
"encoding/json" | ||
"fmt" | ||
"github.com/linuxboot/contest/pkg/event/testevent" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit
Imports should be grouped: standard, project, external
Can we review this after merging the previous PR? |
Signed-off-by: Ilya <[email protected]>
Add unit tests for CheckVariableName Code-style improvements based on PR's comments Signed-off-by: Ilya <[email protected]>
0380b8a
to
8a56dea
Compare
Signed-off-by: Ilya <[email protected]>
Signed-off-by: Ilya <[email protected]>
Signed-off-by: Ilya <[email protected]>
f2e47dd
to
00915fa
Compare
Signed-off-by: Ilya <[email protected]>
Add check that variables refer to existing test steps Signed-off-by: Ilya <[email protected]>
Codecov Report
@@ Coverage Diff @@
## poc/steps_variables #85 +/- ##
=======================================================
+ Coverage 66.46% 66.61% +0.14%
=======================================================
Files 158 159 +1
Lines 9724 9776 +52
=======================================================
+ Hits 6463 6512 +49
+ Misses 2563 2557 -6
- Partials 698 707 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
1306d17
to
979b7dd
Compare
979b7dd
to
9a8efb9
Compare
39a8f78
to
8196bfa
Compare
Is obsolete, will create a new PR |
Implementation of #25
Added variables plugin that can create variables from parameters
Added e2e test