From 5bf6e4d642452d50475ef194009c98698570c564 Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Mon, 14 Nov 2022 14:49:14 -0300 Subject: [PATCH] Update README.md to display coverage and CI badges --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0c6ca92d1..f0ab483ed 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # The Network Simulator, Version 3 + +[![codecov](https://codecov.io/gh/nsnam/ns-3-dev-git/branch/master/graph/badge.svg)](https://codecov.io/gh/nsnam/ns-3-dev-git/branch/master/) +[![Gitlab CI](https://gitlab.com/nsnam/ns-3-dev/badges/master/pipeline.svg)](https://gitlab.com/nsnam/ns-3-dev/-/pipelines) +[![Github CI](https://github.com/nsnam/ns-3-dev-git/actions/workflows/per_commit.yml/badge.svg)](https://github.com/nsnam/ns-3-dev-git/actions) + + ## Table of Contents 1) [An overview](#an-open-source-project)