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

wooga / atlas-unity / 1 / 3
89%
master: 52%

Build:
Build:
LAST BUILD BRANCH: PR-148
DEFAULT BRANCH: master
Ran 12 Feb 2021 07:59PM UTC
Files 28
Run time 1s
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

12 Feb 2021 07:55PM UTC coverage: 88.557%. First build
1.3

push

jenkins

Fix getBatchModeForEditModeTest and getBatchModeForPlayModeTest in extension

Description
===========

I made a small error in the getter implemention for both
`getBatchModeForEditModeTest` and `getBatchModeForPlayModeTest` in the
`DefaultUnityPluginExtension` class. I used a `Boolean` class to
make sure that the default value would be `null` not `false`.
My problem was that the `if` check I provided also checks if the
value is `false`. In this case the body was not executed and the
default value was being calculated from properties/environment
which falls back to `true`. I want to return the value present
in the to be checked `Boolean` field if it is not `null` so
I made the check more explicit.

Changes
=======

* ![FIX] `getBatchModeForEditModeTest` implementation
* ![FIX] `getBatchModeForPlayModeTest` implementation

712 of 804 relevant lines covered (88.56%)

0.89 hits per line

Source Files on job 1.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1
  • c0d928d2 on github
  • Next Job for on PR-77 (#2.1)
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