Skip to content

Commit 0deda06

Browse files
committed
Updated readme
1 parent 57f0d5e commit 0deda06

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# MATLAB-ci
1+
# LabCI
22
[![Build Status](https://travis-ci.com/cortex-lab/matlab-ci.svg?branch=master)](https://travis-ci.com/cortex-lab/matlab-ci)
3-
[![Coverage](https://img.shields.io/badge/coverage-81.58-green)](https://img.shields.io/badge/coverage-72.35-yellowgreen)
3+
[![Coverage](https://img.shields.io/badge/coverage-92.13-brightgreen)](https://img.shields.io/badge/coverage-72.35-yellowgreen)
44

5-
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.
5+
A small set of modules written in Node.js for running automated tests of MATLAB and Python code in response to GitHub events. Also submits code coverage to the Coveralls API.
66

77
Currently unsupported:
88
* Running tests on forked repositories
@@ -26,11 +26,8 @@ Create a shell/batch script for preparing your environment, and one for running
2626
Add these to the settings.json file in config:
2727
```
2828
{
29-
"setup_function": "./prep_env.BAT",
30-
"test_function": "./run_tests.BAT",
3129
"listen_port": 3000,
3230
"timeout": 480000,
33-
"program": "python",
3431
"strict_coverage": false,
3532
"events": {
3633
"push": {
@@ -44,6 +41,9 @@ Add these to the settings.json file in config:
4441
"files_ignore": [".*\\.yml", ".*\\.md", "LICEN[SC]E"]
4542
}
4643
}
44+
"routines": {
45+
"*": ["prep_env.BAT", "run_tests.BAT"]
46+
}
4747
}
4848
```
4949
Some extra optional settings:

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "matlab-ci",
3-
"version": "2.0.0",
2+
"name": "LabCI",
3+
"version": "3.0.0",
44
"description": "A small set of modules written in Node.js for running automated tests of MATLAB and Python code in response to GitHub events. Also submits code coverage to the Coveralls API.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)