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