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

NGCP / communication-js
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/types/sinon-10.0.2
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 finish-testing
branch: finish-testing
CHANGE BRANCH
x
Reset
  • finish-testing
  • 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
  • fix-badge
  • master
  • mock-testing
  • publish
  • refactor
  • testing

pending completion
87

Pull #18

travis-ci-com

web-flow
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 change adds unit testing to Messenger and fixes any existing bugs
to it.

 ## How was this change tested?

This change was tested with `npm test`.

 ## Related documents, URLs, commits
Pull Request #18: Add testing to Messenger

187 of 200 branches covered (93.5%)

Branch coverage included in aggregate %.

68 of 68 new or added lines in 4 files covered. (100.0%)

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 finish-testing
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
87 finish-testing 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... Pull #18 15 Mar 2020 07:05AM UTC web-flow travis-ci-com pending completion  
86 finish-testing 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 07:05AM UTC Luis729 travis-ci-com pending completion  
85 finish-testing 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... Pull #18 15 Mar 2020 07:04AM UTC web-flow travis-ci-com pending completion  
84 finish-testing 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 07:04AM UTC Luis729 travis-ci-com pending completion  
80 finish-testing Move ConnectionAck messages to the top This is similar to how the docs has it https://ground-control-station.readthedocs.io/en/latest/communications/messages/gcs-vehicles-messages/ push 15 Mar 2020 05:15AM UTC Luis729 travis-ci-com pending completion  
79 finish-testing Move ConnectionAck messages to the top This is similar to how the docs has it https://ground-control-station.readthedocs.io/en/latest/communications/messages/gcs-vehicles-messages/ push 15 Mar 2020 05:13AM UTC Luis729 travis-ci-com pending completion  
78 finish-testing Modify constant types to allow mocking This change changes `disconnectionTimeMs` and `messageSendRateMs` from a set value to `number` to allow its value to be mocked when testing. push 15 Mar 2020 02:27AM UTC Luis729 travis-ci-com pending completion  
77 finish-testing Fix mocha test script to include all files ## Why is the change being made? This change is made because TravisCI was not testing all files. ## What has changed to address the problem? This change modifies the mocha test script to make Travis... push 15 Mar 2020 02:25AM UTC Luis729 travis-ci-com pending completion  
76 finish-testing Fix mocha test script to include all files ## Why is the change being made? This change is made because TravisCI was not testing all files. ## What has changed to address the problem? This change modifies the mocha test script to make Travis... push 13 Mar 2020 10:42AM UTC Luis729 travis-ci-com pending completion  
75 finish-testing Add UpdateHanlder#clearHandlers and simplify logic ## Why is the change being made? This change is made because UpdateHandler requires a clearHandlers function to remove all handlers (used from a required function Messenger#stopSendingMessages)... push 13 Mar 2020 10:36AM UTC Luis729 travis-ci-com 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