jantman / pydnstest

ABANDONED - Python tool for testing DNS changes (add, remove, rename, change records) against a staging DNS server, verifying the same changes against production, or confirming that a record returns the same result in both environments.
GNU Affero General Public License v3.0
11 stars 1 forks source link

retain coverage reports and generated artifacts from Travis #13

Closed jantman closed 10 years ago

jantman commented 10 years ago

Travis-CI will run the coverage report tox env as usual, but the generated files (HTML and XML coverage reports) get discarded.

Need to find a way to retain them somewhere accessible.

One idea is at: http://sleepycoders.blogspot.com/2013/03/sharing-travis-ci-generated-files.html