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

team-charls / charls-dotnet / 10490815985
93%

Build:
DEFAULT BRANCH: main
Ran 21 Aug 2024 01:25PM UTC
Jobs 1
Files 29
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

21 Aug 2024 01:23PM UTC coverage: 94.535% (+0.01%) from 94.525%
10490815985

push

github

web-flow
Some cleanup and use ArrayPool.Shared for line buffers (#41)

* Correct namespace and move constants that are only used once.

* Add spelling exclusion file and update unit tests

* ThrowHelper: always throw from a separate method

Throwing from a separate method allows the JIT compiler to only inline the checking method. By default the JIT compiler won't inline methods that have a singel throw statement.

* Move validation methods from util to validation

* Use ArrayPool.Shared for line buffers

Note: the assumption is that the type of the array doesn't matter. In principle we only need byte arrays.

* Change FrameInfo from class into struct

FrameInfo is only 16 bytes, good candidate for a struct.

* Resolve SonarLint warnings

Note: some sonarlint warnings are ignored, but not all can be ignored in the GlobalSuppression file.

1181 of 1300 branches covered (90.85%)

Branch coverage included in aggregate %.

431 of 448 new or added lines in 11 files covered. (96.21%)

2 existing lines in 1 file now uncovered.

2919 of 3037 relevant lines covered (96.11%)

311800.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10490815985.1 21 Aug 2024 01:25PM UTC 0
94.54
GitHub Action Run
Source Files on build 10490815985
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #10490815985
  • dc45a386 on github
  • Prev Build on main (#10479942201)
  • Next Build on main (#10492228733)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc