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

More robust battle tracking #666

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

bugfix

97832c8
Select commit
Loading
Failed to load commit list.
Draft

More robust battle tracking #666

bugfix
97832c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 15, 2025 in 0s

43.51% of diff hit (target 83.38%)

View this Pull Request on Codecov

43.51% of diff hit (target 83.38%)

Annotations

Check warning on line 105 in src/poke_env/environment/battle.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/environment/battle.py#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 280 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L279-L280

Added lines #L279 - L280 were not covered by tests

Check warning on line 286 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L286

Added line #L286 was not covered by tests

Check warning on line 294 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L294

Added line #L294 was not covered by tests

Check warning on line 309 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L309

Added line #L309 was not covered by tests

Check warning on line 311 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L311

Added line #L311 was not covered by tests

Check warning on line 318 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L313-L318

Added lines #L313 - L318 were not covered by tests

Check warning on line 323 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L323

Added line #L323 was not covered by tests

Check warning on line 331 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L330-L331

Added lines #L330 - L331 were not covered by tests

Check warning on line 336 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L334-L336

Added lines #L334 - L336 were not covered by tests

Check warning on line 343 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L341-L343

Added lines #L341 - L343 were not covered by tests

Check warning on line 349 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L347-L349

Added lines #L347 - L349 were not covered by tests

Check warning on line 355 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L353-L355

Added lines #L353 - L355 were not covered by tests

Check warning on line 360 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L358-L360

Added lines #L358 - L360 were not covered by tests

Check warning on line 365 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L363-L365

Added lines #L363 - L365 were not covered by tests

Check warning on line 370 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L368-L370

Added lines #L368 - L370 were not covered by tests

Check warning on line 379 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L374-L379

Added lines #L374 - L379 were not covered by tests

Check warning on line 383 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L382-L383

Added lines #L382 - L383 were not covered by tests

Check warning on line 387 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L386-L387

Added lines #L386 - L387 were not covered by tests

Check warning on line 393 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L391-L393

Added lines #L391 - L393 were not covered by tests

Check warning on line 397 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L396-L397

Added lines #L396 - L397 were not covered by tests

Check warning on line 399 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L399

Added line #L399 was not covered by tests

Check warning on line 402 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L401-L402

Added lines #L401 - L402 were not covered by tests

Check warning on line 406 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L404-L406

Added lines #L404 - L406 were not covered by tests

Check warning on line 408 in src/poke_env/player/player.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/poke_env/player/player.py#L408

Added line #L408 was not covered by tests