Skip to content

Commit

Permalink
Add coveralls, update deeks to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodrig committed Dec 16, 2020
1 parent 435f45a commit 2f51a9f
Show file tree
Hide file tree
Showing 9 changed files with 418 additions and 18 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: 9QgRwqRsPbhwSAqxl1oQkieooP0cKvNML
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ package-lock.js
.idea
*.iml
node_modules
coverage
coverage
.nyc_output
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ coverage/
coverage/*
.nyc_output
_config.yml
.coveralls.yml
.travis.yml
.nyc_output
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
sudo: false
language: node_js
node_js:
- "15"
- "14"
- "12"
- "11"
- "10"
- "9"
- "8"
sudo: false
script:
- npm run coverage
after_success:
- "npm run coveralls"
File renamed without changes.

0 comments on commit 2f51a9f

Please sign in to comment.