You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,19 @@ Most users only need:
35
35
36
36
## API
37
37
38
-
User tests should compile against the `coverage-integration-api` module and import classes from `com.parasoft.coverage.integration.api`. The core module is internal.
38
+
User tests should compile against the `coverage-integration-api` module and import classes from `com.parasoft.coverage.integration.api`. The `coverage-integration-core` module is for internal use only.
39
+
40
+
Add the following dependency to your Maven project:
Use `CoverageIntegration#getCurrentTestOperatorIdHeader()` to get the `Baggage` header value that contains the current `test-operator-id` returned by the CTP `/test/start` API.
0 commit comments