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 details)

Uploaded Source

File details

Details for the file appveyor-artifacts-1.0.2.tar.gz.

File metadata

File hashes

Hashes for appveyor-artifacts-1.0.2.tar.gz
Algorithm Hash digest
SHA256 faae8148e40df5231c04b087cfb45650e7c3de413fb1a31ed926f6ef190ab3f3
MD5 e36abf3bbc0189241662ab03a71812ad
BLAKE2b-256 43bf9b7fdc04f11253138b09801b198b12705ef6700d9d87daeadcdf817ae5cc

See more details on using hashes here.

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