Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment: make GAP scanner/reader accessible from GAP #4130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

WIP: add TOKENIZE_STREAM

0d27895
Select commit
Loading
Failed to load commit list.
Open

Experiment: make GAP scanner/reader accessible from GAP #4130

WIP: add TOKENIZE_STREAM
0d27895
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 15, 2024 in 0s

70.00% of diff hit (target 82.25%)

View this Pull Request on Codecov

70.00% of diff hit (target 82.25%)

Annotations

Check warning on line 2511 in src/read.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/read.c#L2511

Added line #L2511 was not covered by tests

Check warning on line 2513 in src/read.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/read.c#L2513

Added line #L2513 was not covered by tests

Check warning on line 2548 in src/read.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/read.c#L2547-L2548

Added lines #L2547 - L2548 were not covered by tests

Check warning on line 2550 in src/read.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/read.c#L2550

Added line #L2550 was not covered by tests

Check warning on line 2552 in src/read.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/read.c#L2552

Added line #L2552 was not covered by tests

Check warning on line 52 in src/scanner.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanner.c#L52

Added line #L52 was not covered by tests

Check warning on line 932 in src/scanner.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanner.c#L927-L932

Added lines #L927 - L932 were not covered by tests

Check warning on line 934 in src/scanner.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanner.c#L934

Added line #L934 was not covered by tests

Check warning on line 1011 in src/scanner.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/scanner.c#L1009-L1011

Added lines #L1009 - L1011 were not covered by tests

Check warning on line 322 in src/streams.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/streams.c#L322

Added line #L322 was not covered by tests

Check warning on line 324 in src/streams.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/streams.c#L324

Added line #L324 was not covered by tests

Check warning on line 326 in src/streams.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/streams.c#L326

Added line #L326 was not covered by tests

Check warning on line 333 in src/streams.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/streams.c#L329-L333

Added lines #L329 - L333 were not covered by tests

Check warning on line 338 in src/streams.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/streams.c#L335-L338

Added lines #L335 - L338 were not covered by tests

Check warning on line 343 in src/streams.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/streams.c#L341-L343

Added lines #L341 - L343 were not covered by tests