Skip to content

Commit 9cad3b7

Browse files
committed
Added tests of both node and Python.
See merge request cit/mathworks/jupyter-matlab-proxy!1
2 parents 815612b + bc4cff4 commit 9cad3b7

34 files changed

+3397
-193
lines changed

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[run]
2+
omit = setup.py,.venv/*

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@
33
__pycache__/
44
build/
55
dist/
6-
.venv/
6+
.venv/
7+
.vscode/
8+
htmlcov/
9+
.coverage
10+
jupyter_matlab_proxy/gui/

gui/package-lock.json

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"start": "react-scripts start",
2222
"build": "react-scripts build",
2323
"test": "react-scripts test",
24-
"eject": "react-scripts eject"
24+
"eject": "react-scripts eject",
25+
"coverage": "react-scripts test --coverage"
2526
},
2627
"eslintConfig": {
2728
"extends": "react-app"

0 commit comments

Comments
 (0)