We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3afa9c9 commit 5ba770fCopy full SHA for 5ba770f
.github/workflows/codacy.yml
@@ -41,6 +41,7 @@ jobs:
41
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
42
run: |
43
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r $GITHUB_WORKSPACE/lcov.info
44
+ continue-on-error: true
45
46
- name: Run Codacy Analysis CLI with Docker (optional)
47
package.json
@@ -4,7 +4,7 @@
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "test": "mocha --require blanket __tests__/*.js && nyc report --reporter=text-lcov > $GITHUB_WORKSPACE/lcov.info"
+ "test": "mocha --require blanket __tests__/*.js && nyc --report-dir=$GITHUB_WORKSPACE nyc report --reporter=text-lcov > $GITHUB_WORKSPACE/lcov.info"
8
},
9
"keywords": [],
10
"author": "",
0 commit comments