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 39eac87 commit 674d14fCopy full SHA for 674d14f
.github/workflows/codacy.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
npm install -g nyc # Install Istanbul (nyc) for code coverage
26
npm install # Install project dependencies
27
+ npm install --save-dev blanket
28
npm install --save-dev mocha
29
30
- name: Run tests and collect coverage
0 commit comments