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

wooga / atlas-unity / 14
52%

Build:
DEFAULT BRANCH: master
Ran 01 Feb 2021 02:19PM UTC
Jobs 4
Files 28
Run time 548260min
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
14

push

jenkins

Allow batchmode configuration for Test task (#75)

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

715 of 798 relevant lines covered (89.6%)

1.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14.1 01 Feb 2021 02:19PM UTC 0
88.1
2 14.2 01 Feb 2021 02:19PM UTC 0
85.59
3 14.3 01 Feb 2021 02:41PM UTC 0
87.97
4 14.4 17 Feb 2022 07:59AM UTC 0
51.54
Source Files on build 14
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #14
  • 78491f55 on github
  • Prev Build on master (#12)
  • Next Build on master (#16)
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