diff --git a/codecov.yml b/codecov.yml index b5dee2d..c5ba353 100644 --- a/codecov.yml +++ b/codecov.yml @@ -16,3 +16,6 @@ comment: # https://docs.codecov.com/docs/pull-request-comments github_checks: annotations: false #Make commit readable again. + +ignore: + - "main.rs" #main is not testable.