Skip to content

Commit

Permalink
Merge pull request #209 from codecov/th/bitrise
Browse files Browse the repository at this point in the history
fix: add bitrise
  • Loading branch information
thomasrockhu-codecov authored May 31, 2024
2 parents 2403b2f + 15f9be5 commit b7ed505
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
codecov: codecov/codecov@3
codecov: codecov/codecov@4

jobs:
build:
Expand Down
25 changes: 25 additions & 0 deletions bitrise.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
format_version: '13'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: other
workflows:
primary:
steps:
- activate-ssh-key@4:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@8: {}
- codecov@3:
inputs:
- OS: macos
- CODECOV_TOKEN: "$CODECOV_TOKEN"
- deploy-to-bitrise-io@2: {}
meta:
bitrise.io:
stack: osx-xcode-14.3.x-ventura
machine_type_id: g2-m1.4core
trigger_map:
- push_branch: main
workflow: primary
- pull_request_source_branch: "*"
workflow: primary

0 comments on commit b7ed505

Please sign in to comment.