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
+
## Getting Started
6
+
7
+
Run the install script to install all dependencies, then create your .env file containing your App's tokens, secrets, etc.
8
+
9
+
### Prerequisites
10
+
11
+
Requires MATLAB 2017a or later and Node.js. The following Node.js modules are required:
Create a shortcut in your startup folder ([Windows-logo] + [R] in Windows-10 and enter the command `shell:startup`)
62
+
63
+
## Built With
64
+
65
+
*[Coveralls](coveralls.io) - Code coverage
66
+
67
+
## Contributing
68
+
69
+
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
70
+
71
+
## Versioning
72
+
73
+
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
74
+
75
+
## Authors
76
+
77
+
***Miles Wells**
78
+
79
+
## License
80
+
81
+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
0 commit comments