Implement a file reader class.#19
Conversation
72c5248 to
feb9033
Compare
feb9033 to
7a321dc
Compare
7a321dc to
ff5abcb
Compare
ff5abcb to
01a4449
Compare
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | ✅ 76 (≤ 100 complexity) |
| Duplication | 68 |
🟢 Coverage 100.00% diff coverage · +1.34% coverage variation
Metric Results Coverage variation ✅ +1.34% coverage variation (-0.10%) Diff coverage ✅ 100.00% diff coverage (100.00%) Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (c5b467a) Report Missing Report Missing Report Missing Head commit (097615c) 305 (+137) 300 (+137) 98.36% (+1.34%) Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#19) 137 137 100.00% Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%1 Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
apparently I got the data format wrong. Every entry begins with a zero, not only the first appearing in the file, therefore, every entry should drop the first buffer element
….. now my brain feels mushy
…rence which heavily affected performance.
83949d9 to
79d915e
Compare
No description provided.