From a7f2c07d72192afa6a05ecdf5a4377ecb0a82f38 Mon Sep 17 00:00:00 2001 From: scaramallion Date: Tue, 14 Nov 2023 12:35:24 +1100 Subject: [PATCH] Update codecov to point to main --- .codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 8e9658b41e..c95ffc31ed 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: @@ -22,4 +22,4 @@ ignore: - "pynetdicom/tests" - "pynetdicom/apps" - "pynetdicom/benchmarks" - - "pydicom-master" + - "pydicom-main"