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

basilisp-lang / basilisp / 10948062695
99%

Build:
DEFAULT BRANCH: main
Ran 19 Sep 2024 08:18PM CUT
Jobs 1
Files 44
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

19 Sep 2024 08:02PM CUT coverage: 98.89%. Remained the same
10948062695

push

github

web-flow
Fix a bug where the reader was double counting the CRLF newline seq (#1064)

Hi,

can you please a fix for the line number in the metadata generated by
the reader. It fixes #1063.

We now check the char at -2 only if it’s:
-  `\n` (for `\nC` or `\r\nC` case)
-  `\r` (for the `\rC`, but not `\r\n`, case).

where `C` is any other char.

Added tests for the same.

Thanks

---------

Co-authored-by: ikappaki <ikappaki@users.noreply.github.com>

1903 of 1910 branches covered (99.63%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

8695 of 8807 relevant lines covered (98.73%)

0.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10948062695.1 19 Sep 2024 08:18PM CUT 44
98.89
GitHub Action Run
Source Files on build 10948062695
  • Tree
  • List 44
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
0.0
src/basilisp/sitecustomize.py8 2 0 2 0.0 0 0
93.1
src/basilisp/lang/exception.py62 24 22 2 1.0 5 0
94.49
src/basilisp/lang/map.py409 225 214 11 1.0 43 4
95.45
src/basilisp/lang/source.py109 36 34 2 1.0 8 0
96.18
src/basilisp/lang/compiler/__init__.py337 117 112 5 1.0 14 0
96.24
src/basilisp/lang/compiler/optimizer.py253 112 107 5 1.0 21 0
96.44
src/basilisp/lang/vector.py311 191 183 8 1.0 34 0
96.59
src/basilisp/cli.py797 259 250 9 1.0 33 1
96.97
src/basilisp/lang/reference.py97 55 53 2 1.0 11 0
97.22
src/basilisp/lang/futures.py78 34 33 1 1.0 2 0
Showing 1 to 10 of 44 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
  • ►
    98.89
    src/
  • Back to Repo
  • Github Actions Build #10948062695
  • dd7d239d on github
  • Prev Build on main (#10943614790)
  • Next Build on main (#10973856474)
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