Skip to content

Commit b7ed505

Browse files
Merge pull request #209 from codecov/th/bitrise
fix: add bitrise
2 parents 2403b2f + 15f9be5 commit b7ed505

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
codecov: codecov/codecov@3
3+
codecov: codecov/codecov@4
44

55
jobs:
66
build:

bitrise.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+

0 commit comments

Comments
 (0)