ci: use gcovr 5.0 to generate code coverage reports
Add badges to README.md
Change-Id: I7c5b2c6fc39654e4552c3ccfc11f2a2c0cdc4d34
diff --git a/README.md b/README.md
index d26feab..1a06ea7 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,9 @@
# ndn-cxx: NDN C++ library with eXperimental eXtensions
-
-[](https://travis-ci.org/named-data/ndn-cxx)
-
+[](https://github.com/named-data/ndn-cxx/actions/workflows/ci.yml)
+[](https://github.com/named-data/ndn-cxx/actions/workflows/docs.yml)
+
+
**ndn-cxx** is a C++14 library implementing Named Data Networking (NDN) primitives
that can be used to write various NDN applications. The library is currently being