forked from aktions/codeclimate-test-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
32 lines (31 loc) · 909 Bytes
/
action.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
name: Code Climate Test Reporter (BadOPCode flavored)
description: Send test coverage results to code climate
author: aktions
branding:
icon: code
color: green
inputs:
codeclimate-test-reporter-id:
description: |
The test reporter ID. This is a write-only ID that can only post test
reports.
required: true
codeclimate-test-reporter-version:
description: |
The test reporter version. By default "latest" is used. If not explicitly
set in semver format, caching will not work.
required: false
default: latest
codeclimate-test-reporter-url:
description: |
Test reporter download URL. If supplied, it will override the version
input.
required: false
command:
description: |
The command to execute using the codeclimate test reporter.
required: false
default: after-build
runs:
using: node16
main: dist/index.js