Skip to content

Commit

Permalink
changed to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
hector7 committed Dec 7, 2018
1 parent 373f4a0 commit d562a85
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
name: Run tests
command: npm test
- run:
name: Push to coveralls
command: npm run coveralls
name: Push to codecov
command: npm run coverage
- persist_to_workspace:
root: ~/repo
paths: .
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/node_modules
*.js
*.js.map
/.nyc_output
*.d.ts
/coverage
38 changes: 6 additions & 32 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,32 +1,6 @@
tsconfig.json
.coveralls.yml
/src/*
!/src/**/
/src/**/*.js
!/src/**/*.ts
/src/**/*.d.ts

/test/*
!/test/**/
/test/**/*.js
!/test/**/*.ts
/test/**/*.d.ts

/demo/*
!/demo/**/
/demo/**/*.js
!/demo/**/*.ts
/demo/**/*.d.ts

!/node_modules
!/node_modules/*
!/node_modules/**/*

!/.circleci
!/.nyc_output
!/node_modules/*
!/.circleci/*
!/.nyc_output/*


/coverage
/node_modules
/.circleci
/.nyc_output
/coverage
*.ts
!*.d.ts
Loading

0 comments on commit d562a85

Please sign in to comment.