Skip to content

Commit 893bd55

Browse files
committed
update link to coverage reports
1 parent dd62b59 commit 893bd55

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ int main() {
2222

2323
dd::Tracer tracer{*validated_config};
2424
dd::SpanConfig options;
25-
25+
2626
options.name = "parent";
2727
dd::Span parent = tracer.create_span(options);
2828

@@ -98,11 +98,11 @@ $ ./test/tests
9898

9999
Alternatively, [bin/test](bin/test) is provided for convenience.
100100

101-
The most recent code coverage report is available [here][2].
101+
Code coverage reports are available [here][2].
102102

103103
Contributing
104104
------------
105105
See the [contributing guidelines](CONTRIBUTING.md).
106106

107107
[1]: https://cmake.org/
108-
[2]: https://datadog.github.io/dd-trace-cpp/datadog
108+
[2]: https://datadog.github.io/dd-trace-cpp-coverage

0 commit comments

Comments
 (0)