From 2dd55d31e2861760b1127382c10ad445e0dc3e17 Mon Sep 17 00:00:00 2001 From: adamska <2639980868@qq.com> Date: Sat, 7 Sep 2024 20:15:09 +0800 Subject: [PATCH] doc: update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 18e6202..c02cbc5 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,10 @@ int main() For more examples, read [examples](./docs/examples.md) and test files [here](./tests/). +## Code Coverage + +**myxml** support code coverage analysis via [Codecov](https://about.codecov.io/). Install Codecov browser extension to visualize which lines of code are covered and which are not. + ## Inspiration This repo is inspired by [tinyxml2](https://github.com/leethomason/tinyxml2), [pugixml](https://github.com/zeux/pugixml) and [nlohmann/json](https://github.com/nlohmann/json).