File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,13 @@ codecov:
3
3
require_ci_to_pass : false
4
4
5
5
coverage :
6
+ range : 25..75
7
+
6
8
status :
7
9
project :
8
10
default :
9
- target : 15%
10
- threshold : 0.5%
11
- base : auto
11
+ target : auto
12
+ threshold : 1%
12
13
if_ci_failed : success
13
14
patch : off
14
15
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ test: ## Run tests.
118
118
cd internal/integration && KUBECONFIG=../../kubeconfig ./integration.test -test.v -test.coverprofile=../../coverage.txt
119
119
120
120
coverage : # # Upload coverage data to codecov.io.
121
- bash -c " bash <(curl -s https://codecov.io/bash) -f coverage.txt -X fix"
121
+ /usr/local/bin/codecov -f coverage.txt -X fix
122
122
123
123
talosctl :
124
124
curl -Lo talosctl https://github.com/talos-systems/talos/releases/download/$(TALOS_VERSION ) /talosctl-$(shell uname -s | tr "[:upper:]" "[:lower:]") -amd64
You can’t perform that action at this time.
0 commit comments