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

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

Build:
Build:
LAST BUILD BRANCH: PR-148
DEFAULT BRANCH: master
Ran 01 Feb 2021 11:47AM UTC
Jobs 3
Files 28
Run time 32min
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
1

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

30 of 30 new or added lines in 3 files covered. (100.0%)

709 of 798 relevant lines covered (88.85%)

2.62 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1.1 01 Feb 2021 11:47AM UTC 0
88.1
2 1.2 01 Feb 2021 11:48AM UTC 0
85.59
3 1.3 01 Feb 2021 12:19PM UTC 0
87.97
Source Files on build 1
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1
  • 520d487e on github
  • Next Build on PR-75 (#2)
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