Skip to main content

Download artifacts from AppVeyor builds of the same commit/pull request.

Project description

Download artifacts from AppVeyor builds of the same commit/pull request.

Supports editing/mangling Python coverage files so you can merge coverage files generated on AppVeyor/Windows with those generated on Linux/OSX/Travis.

  • Python 2.7, PyPy, PyPy3, 3.3, 3.4, and 3.5 supported on Linux and OS X.

Build Status Windows Build Status Coverage Status Latest Version Downloads

Quickstart

Install and run:

pip install appveyor-artifacts
appveyor-artifacts --help

Example

Example usage in Travis CI yaml file:

after_success:
  - mv .coverage .coverage.travis
  - appveyor-artifacts -m download
  - coverage combine
  - coveralls

And in AppVeyor CI yaml file:

artifacts:
  - path: .coverage

Changelog

This project adheres to Semantic Versioning.

1.0.2 - 2016-05-01

Fixed
  • Handling ConnectionError exceptions.

  • UnicodeDecodeError on Python 3.x when reading binary files.

  • Retrying up to two times per API call on network errors.

1.0.1 - 2015-11-30

Fixed
  • Subdirectory handling.

1.0.0 - 2015-11-02

  • Initial release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

appveyor-artifacts-1.0.2.tar.gz (9.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page