-
Notifications
You must be signed in to change notification settings - Fork 5
/
step.yml
34 lines (34 loc) · 1.12 KB
/
step.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
title: Codecov
summary: |-
Upload your code coverage files to Codecov.io
description: |-
Reduce technical debt with visualized test performance,
faster code reviews and workflow enhancements.
Now you can upload your code coverage files to Codecov every time you kick off a build!
website: https://github.com/bitrise-io/steps-codecov
source_code_url: https://github.com/bitrise-io/steps-codecov
support_url: https://github.com/bitrise-io/steps-codecov/issues
host_os_tags:
- osx-10.10
- ubuntu-14.04
type_tags:
- test
is_requires_admin_user: false
is_always_run: false
is_skippable: true
inputs:
- CODECOV_TOKEN:
opts:
title: "Codecov.io token"
description: |
Codecov.io repository upload token
is_required: true
is_sensitive: true
- other_options: "-C $BITRISE_GIT_COMMIT"
opts:
title: Additional options for Codecov call
description: |-
Options to pass along to the Codecov uploader.
You can use multiple options, separated by a space.
Review all options at https://github.com/codecov/codecov-bash
For example, `-F unittests -J '^Project'`