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

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

Build:
Build:
LAST BUILD BRANCH: PR-148
DEFAULT BRANCH: master
Ran 01 Feb 2021 02:08PM UTC
Files 28
Run time 4s
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

01 Feb 2021 01:46PM UTC coverage: 87.97%. Remained the same
2.3

push

jenkins

Allow batchmode configuration for Test task

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

For years batchmode for edit and playmode tests was set to `true`
due to some issues with Unity when not running them with a full
Editor. We changed that to hardcode default to a `true` value when
the editor version used is newer than 2018.

Some teams would like to configure the plugin to run edit/playmode tests
without batchmode flag for some setups. This patch adds additional
properties for the plugin extension to easily set this for a range of
generated tasks.

```groove
unity {
    batchModeForEditModeTest = true
    batchModeForPlayModeTest = false
}
```

This extension variables can be set also via environment/gradle properties

`unity.batchModeForEditModeTest`
`UNITY_BATCH_MODE_FOR_EDIT_MODE_TEST=YES`
`unity.batchModeForPlayModeTest`
`UNITY_BATCH_MODE_FOR_PLAY_MODE_TEST=YES`

Changes
=======

* ![IMPROVE] allow batchmode configuration for `Test` task

702 of 798 relevant lines covered (87.97%)

0.88 hits per line

Source Files on job 2.3
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2
  • 462ef8c3 on github
  • Prev Job for on PR-75 (#1.3)
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