You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small set of modules written in Node.js for running automated tests of MATLAB code in response to GitHub events. Also submits code coverage to the Coveralls API.
4
5
6
+
Currently unsupported:
7
+
* Running tests on forked repositories
8
+
* Testing multiple repos (unless they are submodules)
9
+
5
10
## Getting Started
6
11
7
12
Run the install script to install all dependencies, then create your .env file containing your App's tokens, secrets, etc.
8
13
9
14
### Prerequisites
10
15
11
-
Requires MATLAB 2017a or later, Node.js and Git Bash. The following Node.js modules are required:
16
+
Requires Git Bash, npm v6.14 or later and Node.js v12.19.0 or later. For MATLAB tests use MATLAB 2017a or later.
0 commit comments