diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..70be91d --- /dev/null +++ b/codecov.yml @@ -0,0 +1,7 @@ +coverage: + round: nearest + +ignore: + - ./src/configurations/* + - ./scripts/* + - ./tests/* \ No newline at end of file