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

👌 IMPROVE: Directive option parsing #796

Merged
merged 1 commit into from
Nov 27, 2023

👌 Directive option parsing

86dc085
Select commit
Loading
Failed to load commit list.
Merged

👌 IMPROVE: Directive option parsing #796

👌 Directive option parsing
86dc085
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Nov 27, 2023 in 1s

89.27% of diff hit (target 60.00%)

View this Pull Request on Codecov

89.27% of diff hit (target 60.00%)

Annotations

Check warning on line 144 in myst_parser/mocking.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/mocking.py#L143-L144

Added lines #L143 - L144 were not covered by tests

Check warning on line 203 in myst_parser/parsers/directives.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/directives.py#L201-L203

Added lines #L201 - L203 were not covered by tests

Check warning on line 206 in myst_parser/parsers/directives.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/directives.py#L205-L206

Added lines #L205 - L206 were not covered by tests

Check warning on line 47 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L47

Added line #L47 was not covered by tests

Check warning on line 128 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L128

Added line #L128 was not covered by tests

Check warning on line 200 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L200

Added line #L200 was not covered by tests

Check warning on line 205 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L205

Added line #L205 was not covered by tests

Check warning on line 263 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L263

Added line #L263 was not covered by tests

Check warning on line 286 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L286

Added line #L286 was not covered by tests

Check warning on line 328 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L328

Added line #L328 was not covered by tests

Check warning on line 330 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L330

Added line #L330 was not covered by tests

Check warning on line 351 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L351

Added line #L351 was not covered by tests

Check warning on line 357 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L356-L357

Added lines #L356 - L357 were not covered by tests

Check warning on line 396 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L395-L396

Added lines #L395 - L396 were not covered by tests

Check warning on line 399 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L398-L399

Added lines #L398 - L399 were not covered by tests

Check warning on line 411 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L411

Added line #L411 was not covered by tests

Check warning on line 423 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L421-L423

Added lines #L421 - L423 were not covered by tests

Check warning on line 425 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L425

Added line #L425 was not covered by tests

Check warning on line 439 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L439

Added line #L439 was not covered by tests

Check warning on line 454 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L454

Added line #L454 was not covered by tests

Check warning on line 459 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L459

Added line #L459 was not covered by tests

Check warning on line 467 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L467

Added line #L467 was not covered by tests

Check warning on line 469 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L469

Added line #L469 was not covered by tests

Check warning on line 488 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L488

Added line #L488 was not covered by tests

Check warning on line 520 in myst_parser/parsers/options.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

myst_parser/parsers/options.py#L520

Added line #L520 was not covered by tests