Skip to content

Commit d6ad512

Browse files
committed
[#491] Remove gcc test coverage report from badges in README.md
1 parent 92254df commit d6ad512

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
[![](https://github.com/ndsev/zserio/actions/workflows/build_linux.yml/badge.svg)](https://github.com/ndsev/zserio/actions/workflows/build_linux.yml)
66
[![](https://github.com/ndsev/zserio/actions/workflows/build_windows.yml/badge.svg)](https://github.com/ndsev/zserio/actions/workflows/build_windows.yml)
77
[![](https://img.shields.io/endpoint?url=https://zserio.org/doc/runtime/latest/cpp/coverage/clang/coverage_github_badge.json)](https://zserio.org/doc/runtime/latest/cpp/coverage/clang)
8-
[![](https://img.shields.io/endpoint?url=https://zserio.org/doc/runtime/latest/cpp/coverage/gcc/coverage_github_badge.json)](https://zserio.org/doc/runtime/latest/cpp/coverage/gcc)
98
[![](https://img.shields.io/endpoint?url=https://zserio.org/doc/runtime/latest/java/coverage/coverage_github_badge.json)](https://zserio.org/doc/runtime/latest/java/coverage)
109
[![](https://img.shields.io/endpoint?url=https://zserio.org/doc/runtime/latest/python/coverage/coverage_github_badge.json)](https://zserio.org/doc/runtime/latest/python/coverage)
1110
[![](https://img.shields.io/github/release-date/ndsev/zserio)](https://github.com/ndsev/zserio/releases/latest)

compiler/extensions/cpp/runtime/src/zserio/MainPage.dox

+1-5
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@
88
* - Serialization (`SerializeUtil.h` module)
99
* - Debug string output (`DebugStringUtil.h` module)
1010
*
11-
* Test coverage report of this library is available for <a href="coverage/gcc/index.html">gcc</a> and for
12-
* <a href="coverage/clang/index.html">clang</a>. Please note that <a href="coverage/gcc/index.html">gcc</a>
13-
* coverage report has many uncovered branches because of
14-
* <a href="https://gcovr.com/en/stable/faq.html#why-does-c-code-have-so-many-uncovered-branches">
15-
* different measurement approach</a>.
11+
* <a href="coverage/clang/index.html">Test coverage report</a> of this library is available as well.
1612
*/

0 commit comments

Comments
 (0)