diff --git a/.codecov.yml b/.codecov.yml index 856cdf6..8da5407 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -5,7 +5,7 @@ comment: require_base: yes # [yes :: must have a base report to post] require_head: yes # [yes :: must have a head report to post] branches: # branch names that can post comment - - "master" + - "main" coverage: status: @@ -20,5 +20,4 @@ coverage: ignore: - "rle/tests" - - "rle/src" - "rle/benchmarks"