Skip to content

Commit

Permalink
chore: nyc script
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jun 3, 2023
1 parent fa05883 commit 7f34b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ istanbul:
npx nyc@15 --exclude="_generated_opcua_types.ts" \
--exclude="./packages/node-opcua-types/**/*.*" \
--exclude="./packages/node-opcua-utils/**/*.*" \
--cwd=. node ./packages/run_all_mocha_tests.js Variant
--cwd=. node ./packages/run_all_mocha_tests.js

coveralls:
npx nyc@15 report --cwd=. \
Expand Down

0 comments on commit 7f34b48

Please sign in to comment.