We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2403b2f + 15f9be5 commit b7ed505Copy full SHA for b7ed505
.circleci/config.yml
@@ -1,6 +1,6 @@
1
version: 2.1
2
orbs:
3
- codecov: codecov/codecov@3
+ codecov: codecov/codecov@4
4
5
jobs:
6
build:
bitrise.yml
@@ -0,0 +1,25 @@
+---
+format_version: '13'
+default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
+project_type: other
+workflows:
+ 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
25
+
0 commit comments