• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NGCP / communication-js
97%

Build:
DEFAULT BRANCH: master
Repo Added 04 Feb 2020 07:34AM UTC
Files 6
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • Luis729-patch-1
  • code-coverage
  • dependabot/add-v2-config-file
  • dependabot/npm_and_yarn/mocha-8.0.1
  • dependabot/npm_and_yarn/mocha-8.1.0
  • dependabot/npm_and_yarn/mocha-8.1.1
  • dependabot/npm_and_yarn/mocha-8.1.3
  • dependabot/npm_and_yarn/mocha-8.2.1
  • dependabot/npm_and_yarn/mocha-8.3.0
  • dependabot/npm_and_yarn/mocha-8.3.1
  • dependabot/npm_and_yarn/mocha-8.4.0
  • dependabot/npm_and_yarn/remark-cli-8.0.0
  • dependabot/npm_and_yarn/remark-cli-8.0.1
  • dependabot/npm_and_yarn/remark-cli-9.0.0
  • dependabot/npm_and_yarn/remark-preset-lint-markdown-style-guide-3.0.0
  • dependabot/npm_and_yarn/remark-preset-lint-markdown-style-guide-3.0.1
  • dependabot/npm_and_yarn/remark-preset-lint-markdown-style-guide-4.0.0
  • dependabot/npm_and_yarn/serialport-9.0.0
  • dependabot/npm_and_yarn/serialport-9.0.1
  • dependabot/npm_and_yarn/serialport-9.0.2
  • dependabot/npm_and_yarn/serialport-9.0.3
  • dependabot/npm_and_yarn/serialport-9.0.6
  • dependabot/npm_and_yarn/serialport-9.0.7
  • dependabot/npm_and_yarn/serialport-9.1.0
  • dependabot/npm_and_yarn/serialport/binding-abstract-9.0.0
  • dependabot/npm_and_yarn/serialport/binding-abstract-9.0.1
  • dependabot/npm_and_yarn/serialport/binding-abstract-9.0.2
  • dependabot/npm_and_yarn/serialport/binding-abstract-9.0.7
  • dependabot/npm_and_yarn/serialport/binding-mock-9.0.0
  • dependabot/npm_and_yarn/serialport/binding-mock-9.0.1
  • dependabot/npm_and_yarn/serialport/binding-mock-9.0.2
  • dependabot/npm_and_yarn/serialport/stream-9.0.0
  • dependabot/npm_and_yarn/serialport/stream-9.0.7
  • dependabot/npm_and_yarn/types/sinon-10.0.2
  • dependabot/npm_and_yarn/types/sinon-9.0.1
  • dependabot/npm_and_yarn/types/sinon-9.0.11
  • dependabot/npm_and_yarn/types/sinon-9.0.4
  • dependabot/npm_and_yarn/types/sinon-9.0.5
  • dependabot/npm_and_yarn/types/sinon-9.0.6
  • dependabot/npm_and_yarn/types/sinon-9.0.7
  • dependabot/npm_and_yarn/types/sinon-9.0.8
  • dev
  • finish-testing
  • fix-badge
  • mock-testing
  • publish
  • refactor
  • testing

pending completion
92

push

travis-ci-com

Luis729
Add documentation to README and bump

This change prepares the package for deployment for NPM by having a descriptive README for other software to use.

189 of 202 branches covered (93.56%)

Branch coverage included in aggregate %.

287 of 287 relevant lines covered (100.0%)

16.42 hits per line

Relevant lines Covered
Build:
Build:
287 RELEVANT LINES 287 COVERED LINES
16.42 HITS PER LINE
Source Files on master
  • List 0
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
92 master Add documentation to README and bump This change prepares the package for deployment for NPM by having a descriptive README for other software to use. push 17 Mar 2020 10:52AM UTC Luis729 travis-ci-com pending completion  
88 master Add testing to Messenger ## Why is the change being made? This change is made because it is important that Messenger has no bugs in it. Unit testing will ensure that Messenger is bug free. ## What has changed to address the problem? This cha... push 15 Mar 2020 08:38PM UTC Luis729 travis-ci-com pending completion  
74 master Add tests to all types This change adds tests to all TypeGuards to all types. Because of this, the TypeGuards for all messages are generalized to normal objects to be more standard, as well as fixes some small typos not originally found. The URL... push 10 Mar 2020 05:23AM UTC Luis729 travis-ci-com pending completion  
68 master Add unit tests for receiving data event ## Why is the change being made? This change is made because this is the only situation that is not tested for the XBee. ## What has changed to address the problem? This change adds testing for the sit... push 07 Mar 2020 11:57AM UTC Luis729 travis-ci-com pending completion  
58 master Add webhooks for master builds to Discord ## Why is the change being made? This change is made because it is important to put build status of the `master` branch to Discord. ## What has changed to address the problem? This change runs the we... push 05 Mar 2020 11:41AM UTC Luis729 travis-ci-com pending completion  
53 master Update README instructions and add linting ## Why is the change being made? This change is made because README has to state instructions on including this package to Node.js projects. This package will not be put on the npm website so all proje... push 27 Feb 2020 08:21AM UTC Luis729 travis-ci-com pending completion  
53 master Update README instructions and add linting ## Why is the change being made? This change is made because README has to state instructions on including this package to Node.js projects. This package will not be put on the npm website so all proje... push 27 Feb 2020 08:21AM UTC Luis729 travis-ci pending completion  
47 master Fix package distribution link Before this change, the `main` and `types` fields in `package.json` points to the wrong files. This change edits those fields and fixes them to point to the proper files. push 25 Feb 2020 07:17PM UTC web-flow travis-ci pending completion  
47 master Fix package distribution link Before this change, the `main` and `types` fields in `package.json` points to the wrong files. This change edits those fields and fixes them to point to the proper files. push 25 Feb 2020 07:17PM UTC web-flow travis-ci-com pending completion  
46 master Prepare package files and update scripts This change modifies ignore files to not ignore `dist`, the directory all distributing files will go to. This change stops TypeScript from building test code. This was tested with `npm test`. push 25 Feb 2020 09:32AM UTC Luis729 travis-ci pending completion  
See All Builds (169)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc