Skip to content

Commit

Permalink
build: set up coveralls (again); remove Makefile
Browse files Browse the repository at this point in the history
Simplifying ci, development workflows, and adding code coverage
reporting via coveralls.
  • Loading branch information
lance committed Apr 26, 2019
1 parent b464cf1 commit d099b45
Show file tree
Hide file tree
Showing 5 changed files with 353 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build-common: &common-build
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: make ci
- run: npm run ci

jobs:
node8:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ test/browser/webpack-test.js
.vscode
.nyc_output
.npmrc
.coveralls.yml
7 changes: 0 additions & 7 deletions Makefile

This file was deleted.

Loading

0 comments on commit d099b45

Please sign in to comment.