forked from ScaCap/code-coverage-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
25 lines (25 loc) · 902 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
name: Code Coverage Report
description: Comments a pull request with the code coverage for mono repo and single repo
author: "Eesh Tyagi, Marina, John Hannagan"
branding:
icon: check-square
color: green
inputs:
github-token:
description: Github token
required: true
monorepo-base-path:
description: Location of your monorepo `packages` parent folder. If this is specified then we don't need `lcov-file` and `lcov-base` params
required: false
lcov-file:
description: The location of the lcov.info file. Applicable for single repo setup.
required: false
lcov-base:
description: The location of the lcov file for the base branch. Applicable for single repo setup.
required: false
app-name:
description: App name to display on comment
required: false
runs:
using: node16
main: dist/main.js