Skip to content

Commit 39eac87

Browse files
committed
Coverage testing
1 parent bea76e7 commit 39eac87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
run: |
2525
npm install -g nyc # Install Istanbul (nyc) for code coverage
2626
npm install # Install project dependencies
27+
npm install --save-dev mocha
2728
2829
- name: Run tests and collect coverage
2930
run: |

0 commit comments

Comments
 (0)