From 85be0aad1b611f22f124c23313c3bddb6cad7305 Mon Sep 17 00:00:00 2001 From: Travis Person Date: Wed, 4 May 2022 16:24:54 +0000 Subject: [PATCH 1/2] fix: ci: build macos and linux assets on tagged releases --- .circleci/config.yml | 12 ++++++++++-- .circleci/template.yml | 12 ++++++++++-- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0e0ea5adc..c218331ee 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1000,7 +1000,11 @@ workflows: only: - master - build-debug - - build-all + - build-all: + filters: + tags: + only: + - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - build-ntwk-calibration: filters: tags: @@ -1012,7 +1016,11 @@ workflows: only: - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - build-lotus-soup - - build-macos + - build-macos: + filters: + tags: + only: + - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - build-appimage: filters: branches: diff --git a/.circleci/template.yml b/.circleci/template.yml index cd846ee45..233771988 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -800,7 +800,11 @@ workflows: only: - master - build-debug - - build-all + - build-all: + filters: + tags: + only: + - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - build-ntwk-calibration: filters: tags: @@ -812,7 +816,11 @@ workflows: only: - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - build-lotus-soup - - build-macos + - build-macos: + filters: + tags: + only: + - /^v\d+\.\d+\.\d+(-rc\d+)?$/ - build-appimage: filters: branches: From b83824b28b36dd2d40ae01cf375fb5508f30db12 Mon Sep 17 00:00:00 2001 From: zenground0 Date: Wed, 4 May 2022 15:22:54 -0400 Subject: [PATCH 2/2] attempt to fix codecov --- .codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codecov.yml b/.codecov.yml index 01070e230..88869dd97 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -17,6 +17,7 @@ coverage: status: patch: off project: + threshold: 1% tools-and-tests: target: auto threshold: 1%