-
Notifications
You must be signed in to change notification settings - Fork 6
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 note to README.md about test suite level visibility feature #97
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #97 +/- ##
=======================================
Coverage 99.22% 99.22%
=======================================
Files 142 142
Lines 5920 5920
Branches 232 232
=======================================
Hits 5874 5874
Misses 46 46 ☔ View full report in Codecov by Sentry. |
README.md
Outdated
@@ -134,6 +134,30 @@ Datadog.configure { |c| c.ci.agentless_mode_enabled = true } | |||
|
|||
## Additional configuration | |||
|
|||
### Experimental test suite level visibility support | |||
|
|||
Test suite level visibility (TSLV) is available for `datadog-ci`` gem versions 0.6 and above. |
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.
is that a typo?
Test suite level visibility (TSLV) is available for `datadog-ci`` gem versions 0.6 and above. | |
Test suite level visibility (TSLV) is available for `datadog-ci` gem versions 0.6 and above. |
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.
yes, it is, thank you
README.md
Outdated
@@ -134,6 +134,30 @@ Datadog.configure { |c| c.ci.agentless_mode_enabled = true } | |||
|
|||
## Additional configuration | |||
|
|||
### Experimental test suite level visibility support | |||
|
|||
Test suite level visibility (TSLV) is available for `datadog-ci`` gem versions 0.6 and above. |
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.
Minor: I find it somewhat weird to list the minimum version for a feature in the readme, since, well, every feature that gets added is a feature that has a minimum version.
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.
this is very true, I think this info is not needed here
What does this PR do?
Added a note about how to configure experimental test suite level visibility feature to gather early feedback
Motivation
Make this feature more visibile and gather early feedback.