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

wooga / atlas-build-unity / 38 / 2
25%
master: 78%

Build:
Build:
LAST BUILD BRANCH: PR-154
DEFAULT BRANCH: master
Ran 28 Jan 2021 07:19PM UTC
Files 47
Run time 8s
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

28 Jan 2021 07:16PM UTC coverage: 38.78% (-53.3%) from 92.126%
38.2

push

jenkins

Add macos keychain spock extension (#92)

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

For better and easier testing this patch adds a special spock
extension library. With this library working with keychains in tests
becomes way easier. Instead of calling create/delete commands manually,
the extension will integrate this automatically.

usage:

```gradle
class ExampleSpec extends Specification {
    @Shared
    @Keychain
    MacOsKeychain testKeychain

    def "create new pull request"() {
        given:
        testKeychain.unlock()

        when:

        then:
    }
}
```

The `@Keychain` extension will return a `MacOsKeychain` object which itself
offers a lot of APIs to manage items in the keychain.

Changes
=======

* ![ADD] macOS keychain spock extension

655 of 1689 relevant lines covered (38.78%)

0.39 hits per line

Source Files on job 38.2
  • Tree
  • List 0
  • Changed 47
  • Source Changed 47
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 38
  • ab09ddf5 on github
  • Prev Job for on release/1.x (#37.2)
  • Next Job for on release/1.x (#39.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