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

kevinoid / node-project-template / 29148752952
96%

Build:
DEFAULT BRANCH: main
Ran 11 Jul 2026 10:04AM UTC
Jobs 4
Files 3
Run time 1min
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

05 Jul 2026 08:59PM UTC coverage: 95.545%. Remained the same
29148752952

push

github

kevinoid
fix(editorconfig): don't trim diff whitespace

The [Unified Diff Format] will contain trailing whitespace in at least
four cases:

1. If a line being removed contained trailing whitespace.
2. If a line being added contained trailing whitespace.
3. If a line common to both files (context line) contained trailing
   whitespace.
4. If an empty line was common to both files (causing the prefix space
   to be trailing whitespace).

Removing the trailing whitespace will either break the diff or cause a
change in semantics:

1. The patch will fail to match the removed line.
2. The patch will add a different line than it did before.
3. The patch will fail to match the common lines.
4. The patch may be considered invalid or fail to match.

Although #2 may be desired in some cases, the others are certainly not.
Therefore, do not remove trailing whitespace when editing a patch in a
text editor (e.g. editing a hunk from `git add -p`).

[Unified Diff Format]: https://www.gnu.org/software/diffutils/manual/html_node/Detailed-Unified.html

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>

33 of 38 branches covered (86.84%)

Branch coverage included in aggregate %.

160 of 164 relevant lines covered (97.56%)

18.44 hits per line

Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest_x64_* - 29148752952.1 11 Jul 2026 10:04AM UTC 3
95.54
GitHub Action Run
2 windows-latest_x64_latest - 29148752952.2 11 Jul 2026 10:06AM UTC 3
95.54
GitHub Action Run
3 ubuntu-latest_x64_20.0 - 29148752952.3 11 Jul 2026 10:06AM UTC 3
95.54
GitHub Action Run
4 windows-latest_x64_20.0 - 29148752952.4 11 Jul 2026 10:06AM UTC 3
95.54
GitHub Action Run
Source Files on build 29148752952
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29148752952
  • 88a3236a on github
  • Prev Build on main (#28400866694)
  • Next Build on main (#29188697207)
  • Delete
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