We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd62b59 commit 893bd55Copy full SHA for 893bd55
README.md
@@ -22,7 +22,7 @@ int main() {
22
23
dd::Tracer tracer{*validated_config};
24
dd::SpanConfig options;
25
-
+
26
options.name = "parent";
27
dd::Span parent = tracer.create_span(options);
28
@@ -98,11 +98,11 @@ $ ./test/tests
98
99
Alternatively, [bin/test](bin/test) is provided for convenience.
100
101
-The most recent code coverage report is available [here][2].
+Code coverage reports are available [here][2].
102
103
Contributing
104
------------
105
See the [contributing guidelines](CONTRIBUTING.md).
106
107
[1]: https://cmake.org/
108
-[2]: https://datadog.github.io/dd-trace-cpp/datadog
+[2]: https://datadog.github.io/dd-trace-cpp-coverage
0 commit comments