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 674d14f commit 6007e96Copy full SHA for 6007e96
.github/workflows/codacy.yml
@@ -26,6 +26,7 @@ jobs:
26
npm install # Install project dependencies
27
npm install --save-dev blanket
28
npm install --save-dev mocha
29
+ npm install --save-dev mocha-lcov-reporter
30
31
- name: Run tests and collect coverage
32
run: |
0 commit comments