Skip to content

Fix race conditions in poll voting

4eae51f
Select commit
Loading
Failed to load commit list.
Merged

Add poll functionality with voting support #8

Fix race conditions in poll voting
4eae51f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 1, 2025 in 1s

78.39% of diff hit (target 85.13%)

View this Pull Request on Codecov

78.39% of diff hit (target 85.13%)

Annotations

Check warning on line 756 in src/bot-impl.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bot-impl.ts#L755-L756

Added lines #L755 - L756 were not covered by tests

Check warning on line 773 in src/bot-impl.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bot-impl.ts#L765-L773

Added lines #L765 - L773 were not covered by tests

Check warning on line 498 in src/bot.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/bot.ts#L493-L498

Added lines #L493 - L498 were not covered by tests

Check warning on line 348 in src/repository.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/repository.ts#L345-L348

Added lines #L345 - L348 were not covered by tests

Check warning on line 350 in src/repository.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/repository.ts#L350

Added line #L350 was not covered by tests

Check warning on line 663 in src/repository.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/repository.ts#L662-L663

Added lines #L662 - L663 were not covered by tests

Check warning on line 674 in src/repository.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/repository.ts#L668-L674

Added lines #L668 - L674 were not covered by tests

Check warning on line 676 in src/repository.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/repository.ts#L676

Added line #L676 was not covered by tests

Check warning on line 687 in src/repository.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/repository.ts#L686-L687

Added lines #L686 - L687 were not covered by tests

Check warning on line 697 in src/repository.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/repository.ts#L692-L697

Added lines #L692 - L697 were not covered by tests

Check warning on line 699 in src/repository.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/repository.ts#L699

Added line #L699 was not covered by tests

Check warning on line 271 in src/session-impl.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/session-impl.ts#L269-L271

Added lines #L269 - L271 were not covered by tests

Check warning on line 273 in src/session-impl.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/session-impl.ts#L273

Added line #L273 was not covered by tests

Check warning on line 276 in src/session-impl.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/session-impl.ts#L275-L276

Added lines #L275 - L276 were not covered by tests