Skip to content

Commit 9d5529f

Browse files
update travis, try coveralls
1 parent f1be0f4 commit 9d5529f

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ node_modules
33
dist/
44
.nyc_output/
55
npm-debug.log.*
6-
coverage/
6+
coverage/
7+
.coveralls.yml

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,12 @@ node_js:
66
- "stable"
77
before_script:
88
- snyk auth 3506ae72-b20f-4a2c-88c9-f0dcd58af679
9+
script:
10+
- npm run coverage
911
services:
1012
- mongodb
1113
after_success:
14+
- npm run coveralls
1215
- snyk monitor
1316
after_deploy:
1417
- snyk monitor

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TeamTreeHouseProject11 [![Build Status](https://travis-ci.org/Threatsignal/TeamTreeHouseProject11.svg?branch=master)](https://travis-ci.org/Threatsignal/TeamTreeHouseProject11) [![Known Vulnerabilities](https://snyk.io/test/github/Threatsignal/TeamTreeHouseProject11/badge.svg)](https://snyk.io/test/github/Threatsignal}/TeamTreeHouseProject11)
1+
# TeamTreeHouseProject11 [![Build Status](https://travis-ci.org/Threatsignal/TeamTreeHouseProject11.svg?branch=master)](https://travis-ci.org/Threatsignal/TeamTreeHouseProject11) [![Known Vulnerabilities](https://snyk.io/test/github/Threatsignal/TeamTreeHouseProject11/badge.svg)](https://snyk.io/test/github/Threatsignal}/TeamTreeHouseProject11) [![Coverage Status](https://coveralls.io/repos/github/Threatsignal/TeamTreeHouseProject11/badge.svg?branch=master)](https://coveralls.io/github/Threatsignal/TeamTreeHouseProject11?branch=master)
22

33
A Project creating a REST API using express. The API will provide a way for users to review educational courses: users can see a list of courses in a database; add courses to the database; and add reviews for a specific course.
44

0 commit comments

Comments
 (0)