-
Notifications
You must be signed in to change notification settings - Fork 126
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: refactor kuttl test using env var #1214
Conversation
✅ Deploy Preview for keptn-lifecycle-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1214 +/- ##
==========================================
+ Coverage 58.70% 58.99% +0.28%
==========================================
Files 120 128 +8
Lines 9563 10040 +477
==========================================
+ Hits 5614 5923 +309
- Misses 3775 3899 +124
- Partials 174 218 +44 see 9 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
d4e6367
to
44c845c
Compare
Signed-off-by: realanna <[email protected]> test: clean version Signed-off-by: realanna <[email protected]> test: clean version Signed-off-by: realanna <[email protected]> test: rename without - Signed-off-by: realanna <[email protected]> test: rename without - Signed-off-by: realanna <[email protected]> test: rename job Signed-off-by: realanna <[email protected]> test: rename job Signed-off-by: realanna <[email protected]> test: refactor kuttl test using env var Signed-off-by: realanna <[email protected]> test: refactor kuttl test using env var Signed-off-by: realanna <[email protected]> test: refactor kuttl test using env var Signed-off-by: realanna <[email protected]>
Signed-off-by: realanna <[email protected]>
Signed-off-by: realanna <[email protected]>
44c845c
to
d33782b
Compare
Signed-off-by: realanna <[email protected]>
d84f3ed
to
af8772f
Compare
Signed-off-by: realanna <[email protected]>
Signed-off-by: realanna <[email protected]>
Signed-off-by: realanna <[email protected]>
Signed-off-by: realanna <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
use setenv to substitute $NAMESPACE in keptn metric installation, a generated metric name was added to be able to check the metrics endpoint for a different metric
closes #1181