summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2023-03-13 09:57:08 +0100
committerJan-Michael Brummer <jan.brummer@tabos.org>2023-03-27 16:31:58 +0200
commitb240563f1beabf394461b135809059f24bcba285 (patch)
treeccb4f22d20521acb25dda49526f15295f56d61a5
parent0a5e434eaf81dfdd9d4d3895de71a70efa4f5687 (diff)
downloadlibproxy-git-b240563f1beabf394461b135809059f24bcba285.tar.gz
Coverage: Ignore tests and tools (#76)
-rw-r--r--.github/workflows/build.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6ab87c2..4712fbe 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,6 +36,9 @@ jobs:
path: ./build/docs/libproxy-1.0/
- name: CodeCov
uses: codecov/codecov-action@v3
+ ignore:
+ - tests
+ - src/tools
build-linux-dbus:
runs-on: ubuntu-latest