mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
Merge 4c9cf8426a into 9b0b9bbe2c
This commit is contained in:
commit
8422a92ab2
2 changed files with 19 additions and 0 deletions
7
.circleci/config.yml
Normal file
7
.circleci/config.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
version: 2.1
|
||||
orbs:
|
||||
node: circleci/node@3.0.0
|
||||
workflows:
|
||||
node-tests:
|
||||
jobs:
|
||||
- node/test
|
||||
12
.whitesource
Normal file
12
.whitesource
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"scanSettings": {
|
||||
"baseBranches": []
|
||||
},
|
||||
"checkRunSettings": {
|
||||
"vulnerableCheckRunConclusionLevel": "failure",
|
||||
"displayMode": "diff"
|
||||
},
|
||||
"issueSettings": {
|
||||
"minSeverityLevel": "LOW"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue