forked from ScaCap/code-coverage-assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade dependencies (ScaCap#34)
* upgrade dep * upgrade node version * run prettier * run prettier * run prettier * run prettier * update husky * minify bundle Co-authored-by: Eesh Tyagi <[email protected]> Co-authored-by: Eesh Tyagi <[email protected]>
- Loading branch information
1 parent
8d25d0a
commit b3ae07c
Showing
15 changed files
with
2,863 additions
and
9,903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
node_modules/ | ||
coverage/ | ||
.eslintcache | ||
.eslintcache | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
yarn run pre-commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,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' | ||
author: "Eesh Tyagi, Marina, John Hannagan" | ||
branding: | ||
icon: check-square | ||
color: green | ||
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 | ||
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: node12 | ||
main: dist/main.js | ||
using: node12 | ||
main: dist/main.js |
Oops, something went wrong.