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

wooga / atlas-paket / 60 / 1
39%
master: 39%

Build:
DEFAULT BRANCH: master
Ran 11 Apr 2018 12:14PM UTC
Files 29
Run time 1s
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

11 Apr 2018 12:14PM UTC coverage: 88.745%. Remained the same
60.1

push

jenkins

Cache paket.bootstrapper.exe and paket.exe during integration tests (#37)

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

We constantly hit a rate limit when running the integration tests for
this gradle plugin. I don't want to bundle _Paket_ resources with this
plugin and also no special test setup or logic execute during the tests.
This is why I implemented a cache for each test spec. We run roughly 110
test features and each time we download the paket resources. The new
test logic hooks itself into the `cleanup` method for each spec and
copies the generated `.paket` folder to a temp directory. Another hook
in `setup` phase will check if the paket resources are available in this
temp folder and copy it before execution. This means no code duplication
for downloading the resources and no adjustments to the base plugin
code. If for whatever reason the cache directory is empty the test code
will download the resources anyway.

There is one set of tests that need a clean test setup. For these tests
I added a helper function to delete the resources.

Changes
=======

![IMPROVE] test stability by caching paket resources

481 of 542 relevant lines covered (88.75%)

0.89 hits per line

Source Files on job 60.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 60
  • ca775d25 on github
  • Prev Job for on master (#59.1)
  • Next Job for on master (#60.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