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

wooga / atlas-unity / 2
89%
master: 52%

Build:
Build:
LAST BUILD BRANCH: PR-148
DEFAULT BRANCH: master
Ran 12 Feb 2021 07:56PM UTC
Jobs 3
Files 28
Run time 5min
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

pending completion
2

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

2 of 2 new or added lines in 1 file covered. (100.0%)

719 of 804 relevant lines covered (89.43%)

2.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2.1 12 Feb 2021 07:56PM UTC 0
88.68
2 2.2 12 Feb 2021 07:56PM UTC 0
86.19
3 2.3 12 Feb 2021 08:01PM UTC 0
88.56
Source Files on build 2
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #2
  • 7e913759 on github
  • Prev Build on PR-77 (#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