From 521baccef1efc4a0273f19c7806d42a64afe876e Mon Sep 17 00:00:00 2001 From: Mohammad Nejati Date: Sun, 14 Jun 2026 07:54:45 +0000 Subject: [PATCH] add coverage badges to README.md --- .github/workflows/ci.yml | 30 ++++++++++++++--------------- .github/workflows/code-coverage.yml | 2 +- README.md | 6 +++--- 3 files changed, 18 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e46955..7adf769 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,22 +125,20 @@ jobs: # asan: true # ubsan: true - # Linux GCC (4 configurations) - - - compiler: "gcc" - version: "15" - cxxstd: "20" - latest-cxxstd: "20" - cxx: "g++-15" - cc: "gcc-15" - runs-on: "ubuntu-latest" - container: "ubuntu:25.04" - b2-toolset: "gcc" - is-latest: true - name: "GCC 15: C++20" - shared: false # TODO - build-type: "Release" - build-cmake: true + # - compiler: "gcc" + # version: "15" + # cxxstd: "20" + # latest-cxxstd: "20" + # cxx: "g++-15" + # cc: "gcc-15" + # runs-on: "ubuntu-latest" + # container: "ubuntu:25.04" + # b2-toolset: "gcc" + # is-latest: true + # name: "GCC 15: C++20" + # shared: false # TODO + # build-type: "Release" + # build-cmake: true # - compiler: "gcc" # version: "15" diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index df1df4d..4231cfc 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -12,7 +12,7 @@ # # After running this workflow successfully, go to https://github.com/cppalliance/burl/settings/pages # and enable github pages on the code-coverage branch. -# The coverage will be hosted at https://cppalliance.github.io/burl +# The coverage will be hosted at https://cppalliance.org/burl # name: Code Coverage diff --git a/README.md b/README.md index 4a32c05..02a8160 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -| | [Docs](https://develop.burl.cpp.al/) | [GitHub Actions](https://github.com/) | [Drone](https://drone.io/) | [Codecov](https://codecov.io) | +| | [Docs](https://develop.burl.cpp.al/) | [GitHub Actions](https://github.com/) | [Drone](https://drone.io/) | Code Coverage | |:--|:--|:--|:--|:--| -| [`master`](https://github.com/cppalliance/burl/tree/master) | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://master.burl.cpp.al/) | [![CI](https://github.com/cppalliance/burl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/cppalliance/burl/actions/workflows/ci.yml?query=branch%3Amaster) | [![Build Status](https://drone.cpp.al/api/badges/cppalliance/burl/status.svg?ref=refs/heads/master)](https://drone.cpp.al/cppalliance/burl/branches) | [![codecov](https://codecov.io/gh/cppalliance/burl/branch/master/graph/badge.svg)](https://app.codecov.io/gh/cppalliance/burl/tree/master) | -| [`develop`](https://github.com/cppalliance/burl/tree/develop) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](https://develop.burl.cpp.al/) | [![CI](https://github.com/cppalliance/burl/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/cppalliance/burl/actions/workflows/ci.yml?query=branch%3Adevelop) | [![Build Status](https://drone.cpp.al/api/badges/cppalliance/burl/status.svg?ref=refs/heads/develop)](https://drone.cpp.al/cppalliance/burl/branches) | [![codecov](https://codecov.io/gh/cppalliance/burl/branch/develop/graph/badge.svg)](https://app.codecov.io/gh/cppalliance/burl/tree/develop) | +| [`master`](https://github.com/cppalliance/burl/tree/master) | [![Documentation](https://img.shields.io/badge/docs-master-brightgreen.svg)](https://master.burl.cpp.al/) | [![CI](https://github.com/cppalliance/burl/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/cppalliance/burl/actions/workflows/ci.yml?query=branch%3Amaster) | [![Build Status](https://drone.cpp.al/api/badges/cppalliance/burl/status.svg?ref=refs/heads/master)](https://drone.cpp.al/cppalliance/burl/branches) | [![Lines](https://cppalliance.org/burl/master/gcovr-linux/badges/coverage-lines.svg)](https://cppalliance.org/burl/master/gcovr-linux/index.html) | +| [`develop`](https://github.com/cppalliance/burl/tree/develop) | [![Documentation](https://img.shields.io/badge/docs-develop-brightgreen.svg)](https://develop.burl.cpp.al/) | [![CI](https://github.com/cppalliance/burl/actions/workflows/ci.yml/badge.svg?branch=develop)](https://github.com/cppalliance/burl/actions/workflows/ci.yml?query=branch%3Adevelop) | [![Build Status](https://drone.cpp.al/api/badges/cppalliance/burl/status.svg?ref=refs/heads/develop)](https://drone.cpp.al/cppalliance/burl/branches) | [![Lines](https://cppalliance.org/burl/develop/gcovr-linux/badges/coverage-lines.svg)](https://cppalliance.org/burl/develop/gcovr-linux/index.html) | # Boost.Burl