Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ Node.js SQLite Sample

Implements a simple web application using SQLite, with tests.

Uses Grunt to run tests against an Express server, then generates reports with Xunit and Istanbul.
Uses Grunt to run tests against an Express server, then generates reports with Xunit and Istanbul.

testing pr on nov 23
2 changes: 2 additions & 0 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ node_js:

# The path for Xunit to output test reports
env:
global:
- XUNIT_FILE=shippable/testresults/result.xml
- foo=bar

# Create directories for test and coverage reports
before_script:
Expand Down