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

cncjs / cncjs / 3666 / 4
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 29 Mar 2020 02:58AM UTC
Files 58
Run time 3s
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

29 Mar 2020 02:40AM UTC coverage: 84.697% (+2.2%) from 82.502%
CI_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER DOCKER_EMAIL=[secure] DOCKER_USER=[secure] DOCKER_PASS=[secure] GITHUB_TOKEN=[secure]

push

travis-ci

web-flow
Fix #581 - jog not working on Marlin (#583)

* Fix #581 - jog not working on Marlin

This RE works better for parsing Marlin temperature reports:
* It handles the "ok T:0" case that Marlin issues when it has no temperature probes
* It allows B@ and W fields to be optionally present after T:, T0:, and T1: blocks, instead of as alternatives to them.
* It recognizes all the test cases shown in the code commentary, whereas the original fails on most of them.
https://www.debuggex.com/?flavor=javascript is a really great way to visualize and test regular expressions!

See the trail in issue #581 for visualizations of the two regex's.

As an alternative to this complicated RE that tries to enumerate all possibilities, it might be better to just go for something simple like
/\s*T:[0-9\-]/

* chore: add test cases for Marlin controller

* fix(eslint): fix import errors

* refactor(Marlin): simplifies the regular expression that matches the temperature string

Co-authored-by: Cheton Wu <cheton@gmail.com>

611 of 915 branches covered (66.78%)

1273 of 1503 relevant lines covered (84.7%)

161.67 hits per line

Source Files on job 3666.4 (CI_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER DOCKER_EMAIL=[secure] DOCKER_USER=[secure] DOCKER_PASS=[secure] GITHUB_TOKEN=[secure])
  • Tree
  • List 0
  • Changed 10
  • Source Changed 1
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 3524
  • Travis Job 3666.4
  • f33e6464 on github
  • Prev Job for CI_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER DOCKER_EMAIL=[secure] DOCKER_USER=[secure] DOCKER_PASS=[secure] GITHUB_TOKEN=[secure] on master (#3658.1)
  • Next Job for CI_BUILD_NUMBER=$TRAVIS_BUILD_NUMBER DOCKER_EMAIL=[secure] DOCKER_USER=[secure] DOCKER_PASS=[secure] GITHUB_TOKEN=[secure] on master (#3667.1)
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

© 2026 Coveralls, Inc