Skip to content

Commit

Permalink
Migrate to jest + add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
julianrojas87 committed Jun 22, 2019
1 parent 0dd42f4 commit 5dca431
Show file tree
Hide file tree
Showing 8 changed files with 4,182 additions and 430 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ node_modules
/.project
/.idea/*
test/sample-feed/
.coveralls.yml
coverage
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@ language: node_js
node_js:
- node
- lts/*
script: timeout=4000 npm run test
script:
- npm test

after_success:
- npm run coveralls
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GTFS to Linked Connections

[![Build Status](https://travis-ci.org/linkedconnections/gtfs2lc.svg?branch=master)](https://travis-ci.org/linkedconnections/gtfs2lc) [![npm](https://img.shields.io/npm/v/gtfs2lc.svg?style=popout)](https://npmjs.com/package/gtfs2lc) [![Greenkeeper badge](https://badges.greenkeeper.io/linkedconnections/gtfs2lc.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/linkedconnections/gtfs2lc.svg?branch=master)](https://travis-ci.org/linkedconnections/gtfs2lc) [![npm](https://img.shields.io/npm/v/gtfs2lc.svg?style=popout)](https://npmjs.com/package/gtfs2lc) [![Greenkeeper badge](https://badges.greenkeeper.io/linkedconnections/gtfs2lc.svg)](https://greenkeeper.io/) [![Coverage Status](https://coveralls.io/repos/github/linkedconnections/gtfs2lc/badge.svg?branch=greenkeeper/initial)](https://coveralls.io/github/linkedconnections/gtfs2lc?branch=greenkeeper/initial)

Transforms a GTFS file into a directed acyclic graph of actual _connections_.

Expand Down
Loading

0 comments on commit 5dca431

Please sign in to comment.