Skip to content

Implement a file reader class.#19

Open
Baryonics wants to merge 96 commits intoYanzhaoW:masterfrom
Baryonics:implement_reader_class
Open

Implement a file reader class.#19
Baryonics wants to merge 96 commits intoYanzhaoW:masterfrom
Baryonics:implement_reader_class

Conversation

@Baryonics
Copy link
Copy Markdown
Contributor

No description provided.

@codacy-production
Copy link
Copy Markdown

codacy-production Bot commented Apr 5, 2026

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 76 complexity · 68 duplication

Metric Results
Complexity 76 (≤ 100 complexity)
Duplication 68

View in Codacy

🟢 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%)

View coverage diff in Codacy

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.

Comment thread source/centipede/reader/binary.cpp Outdated
Comment thread source/centipede/reader/binary.cpp Outdated
Comment thread source/centipede/reader/binary.cpp Outdated
Comment thread source/centipede/reader/binary.cpp Outdated
Comment thread source/centipede/reader/binary.cpp Outdated
Comment thread source/centipede/reader/binary.cpp Outdated
Baryonics added 29 commits May 10, 2026 13:30
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
@Baryonics Baryonics force-pushed the implement_reader_class branch from 83949d9 to 79d915e Compare May 10, 2026 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core implementation Related to important implementation of the project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants