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

wooga / atlas-paket / 60
39%

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

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

479 of 542 relevant lines covered (88.38%)

0.88 hits per line

Jobs
ID Job ID Ran Files Coverage
1 60.1 11 Apr 2018 12:19PM UTC 0
88.38
Source Files on build 60
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #60
  • ca775d25 on github
  • Prev Build on master (#60)
  • Next Build on master (#61)
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