From 802b1211b8cf5c2f7fbcd251f2544761ed95c38a Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 20 Mar 2021 13:20:45 +0100 Subject: ci: Add Codecov support to repository This change enables Codecov coverage reports when building changes. --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 codecov.yml (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..3cbb3e31 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,4 @@ +flags: + simulator: + paths: + - simulator/ -- cgit v1.2.3 From fce499eaafa0afecee5c14346ff7d75e2fe999b6 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 20 Mar 2021 16:27:50 +0100 Subject: ci: Add reports and coverage tracking for API --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'codecov.yml') diff --git a/codecov.yml b/codecov.yml index 3cbb3e31..6b69e117 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,3 +2,6 @@ flags: simulator: paths: - simulator/ + api: + paths: + - api/ -- cgit v1.2.3