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

I fixed every single bug in wm #1334

Merged
merged 22 commits into from
Sep 7, 2024

wm: remove an unreachable branch

570381f
Select commit
Loading
Failed to load commit list.
Merged

I fixed every single bug in wm #1334

wm: remove an unreachable branch
570381f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 7, 2024 in 0s

84.33% of diff hit (target 0.00%)

View this Pull Request on Codecov

84.33% of diff hit (target 0.00%)

Annotations

Check warning on line 222 in src/event.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/event.c#L222

Added line #L222 was not covered by tests

Check warning on line 512 in src/event.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/event.c#L511-L512

Added lines #L511 - L512 were not covered by tests

Check warning on line 1520 in src/picom.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/picom.c#L1520

Added line #L1520 was not covered by tests

Check warning on line 1529 in src/picom.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/picom.c#L1529

Added line #L1529 was not covered by tests

Check warning on line 1532 in src/picom.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/picom.c#L1532

Added line #L1532 was not covered by tests

Check warning on line 1550 in src/picom.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/picom.c#L1550

Added line #L1550 was not covered by tests

Check warning on line 255 in src/wm/tree.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/tree.c#L255

Added line #L255 was not covered by tests

Check warning on line 382 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L382

Added line #L382 was not covered by tests

Check warning on line 386 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L385-L386

Added lines #L385 - L386 were not covered by tests

Check warning on line 388 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L388

Added line #L388 was not covered by tests

Check warning on line 501 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L501

Added line #L501 was not covered by tests

Check warning on line 512 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L512

Added line #L512 was not covered by tests

Check warning on line 514 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L514

Added line #L514 was not covered by tests

Check warning on line 520 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L520

Added line #L520 was not covered by tests

Check warning on line 523 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L523

Added line #L523 was not covered by tests

Check warning on line 532 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L532

Added line #L532 was not covered by tests

Check warning on line 534 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L534

Added line #L534 was not covered by tests

Check warning on line 539 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L538-L539

Added lines #L538 - L539 were not covered by tests

Check warning on line 590 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L589-L590

Added lines #L589 - L590 were not covered by tests

Check warning on line 617 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L617

Added line #L617 was not covered by tests

Check warning on line 620 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L620

Added line #L620 was not covered by tests

Check warning on line 630 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L628-L630

Added lines #L628 - L630 were not covered by tests

Check warning on line 637 in src/wm/wm.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/wm/wm.c#L636-L637

Added lines #L636 - L637 were not covered by tests

Check warning on line 37 in src/x.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/x.c#L37

Added line #L37 was not covered by tests

Check warning on line 763 in src/x.c

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/x.c#L762-L763

Added lines #L762 - L763 were not covered by tests