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

DaniSomoza / galactic-commander / 12728621970

11 Jan 2025 11:55PM UTC coverage: 47.963% (-4.1%) from 52.086%
12728621970

Pull #12

github

web-flow
Merge e784abf9e into a8e301a23
Pull Request #12: [fleets] Explore planets

214 of 913 branches covered (23.44%)

Branch coverage included in aggregate %.

154 of 505 new or added lines in 55 files covered. (30.5%)

10 existing lines in 9 files now uncovered.

1564 of 2794 relevant lines covered (55.98%)

3.46 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

20.0
/packages/game-engine/src/engine/units/isHeroAlreadyBuild.ts
1
import { IPlayerUnits } from '../../types/IPlayerUnits'
2
import { IUnit } from '../../types/IUnit'
3

4
function isHeroAlreadyBuild(unit: IUnit, playerUnits: IPlayerUnits[]): boolean {
5
  return (
×
6
    unit.isHero &&
×
NEW
7
    !!playerUnits.find(({ units }) => units.some(({ unit }) => unit.name === unit.name))
×
8
  )
9
}
10

11
export default isHeroAlreadyBuild
4✔
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

© 2025 Coveralls, Inc