-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: create mock junit annotations #104
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #104 +/- ##
============================================
- Coverage 62.23% 61.76% -0.48%
Complexity 254 254
============================================
Files 47 48 +1
Lines 1046 1054 +8
Branches 130 130
============================================
Hits 651 651
- Misses 344 352 +8
Partials 51 51
|
SonarCloud Quality Gate failed.
|
ba7fb34
to
520cca3
Compare
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.
Pretty Cool. Thanks.
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
Signed-off-by: Nathan Klick <[email protected]>
d9f4654
to
83b2de0
Compare
SonarCloud Quality Gate failed.
|
## [0.7.0](v0.6.0...v0.7.0) (2023-08-25) ### Features * add minio tenant helm chart conditionally ([#239](#239)) ([99b2527](99b2527)) * add service definitions for HAProxy and Envoy with support for both ClusterIP and LoadBalancer configurations ([#268](#268)) ([8563e16](8563e16)) * add support for rendering an optional PrometheusOperator ServiceMonitor resource definition ([#271](#271)) ([84cbbed](84cbbed)) * create mock junit annotations ([#104](#104)) ([752b2df](752b2df)) * enable helm template substitutions on Open Collector config map ([#274](#274)) ([1fa684b](1fa684b)) * mirror node as a conditional subchart ([#272](#272)) ([8842aa0](8842aa0)) ### Bug Fixes * update envoy cluster name in the config ([#276](#276)) ([5fef59f](5fef59f))
🎉 This PR is included in version 0.7.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues