File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
orbs :
3
- codecov : codecov/codecov@3
3
+ codecov : codecov/codecov@4
4
4
5
5
jobs :
6
6
build :
Original file line number Diff line number Diff line change
1
+ ---
2
+ format_version : ' 13'
3
+ default_step_lib_source : https://github.com/bitrise-io/bitrise-steplib.git
4
+ project_type : other
5
+ workflows :
6
+ primary :
7
+ steps :
8
+ - activate-ssh-key@4 :
9
+ run_if : ' {{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
10
+ - git-clone@8 : {}
11
+ - codecov@3 :
12
+ inputs :
13
+ - OS : macos
14
+ - CODECOV_TOKEN : " $CODECOV_TOKEN"
15
+ - deploy-to-bitrise-io@2 : {}
16
+ meta :
17
+ bitrise.io :
18
+ stack : osx-xcode-14.3.x-ventura
19
+ machine_type_id : g2-m1.4core
20
+ trigger_map :
21
+ - push_branch : main
22
+ workflow : primary
23
+ - pull_request_source_branch : " *"
24
+ workflow : primary
25
+
You can’t perform that action at this time.
0 commit comments