From ef5caeb46b510f89cd6f8668a3bf31a2d597cbd2 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Sun, 17 Mar 2024 02:56:20 +0200 Subject: [PATCH] ci: Ignore coverage in `neqo-bin` (#1754) Should have been part of #1724 --- .codecov.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 12facb68da..3ecf204940 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -1,8 +1,6 @@ -# neqo has no test coverage for its example client, server and interop test +# neqo has no test coverage for its example client and server ignore: - - "neqo-client" - - "neqo-interop" - - "neqo-server" + - "neqo-bin" # Do not notify until at least three results have been uploaded from the CI pipeline. # (This corresponds to the three main platforms we support: Linux, macOS, and Windows.)