• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JackAshwell11 / Hades / 11181717291
73%

Build:
DEFAULT BRANCH: main
Ran 04 Oct 2024 02:26PM UTC
Jobs 5
Files 36
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 Oct 2024 02:25PM UTC coverage: 76.983% (+0.1%) from 76.854%
11181717291

push

github

JackAshwell11
Re-architectured `map.hpp` introducing a builder pattern to allow easy construction of a dungeon using the `MapGenerator` class. This re-architect also introduced a bunch of other refactors massively simplifying various parts of the codebase and extracting out common functionality.

Removed `Neighbour` and replaced it with `Connection` (a renamed version of `Edge`) allowing `Connection` to work for `map.hpp` and `dijkstra.hpp`. This also simplified the backtracking as we didn't have to find the source.

Added `Grid::convert_position(int)` allowing the conversion of a 1D index into a 2D `Position`.

Changed `Leaf::create_room()` so that `rooms` is now the center `Rect` position by default instead of the whole `Rect` object.

Stopped `pathfind()` throwing an error as this caused a crash with `std::transform` if the grid is empty.

Removed `LevelConstants::level`.

120 of 216 branches covered (55.56%)

Branch coverage included in aggregate %.

119 of 119 new or added lines in 6 files covered. (100.0%)

1 existing line in 1 file now uncovered.

1171 of 1461 relevant lines covered (80.15%)

1690.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-python-ubuntu-latest-3.12 - 11181717291.1 04 Oct 2024 02:26PM UTC 0
53.65
GitHub Action Run
2 run-cpp-ubuntu-latest - 11181717291.2 04 Oct 2024 02:26PM UTC 0
99.76
GitHub Action Run
3 run-python-windows-latest-3.12 - 11181717291.3 04 Oct 2024 02:28PM UTC 0
53.65
GitHub Action Run
4 run-python-windows-latest-3.11 - 11181717291.4 04 Oct 2024 02:28PM UTC 0
54.17
GitHub Action Run
5 run-python-ubuntu-latest-3.11 - 11181717291.5 04 Oct 2024 02:26PM UTC 0
54.17
GitHub Action Run
Source Files on build 11181717291
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #11181717291
  • 95fce06c on github
  • Prev Build on main (#11115274911)
  • Next Build on main (#11223672856)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc