Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin coveralls to latest version 1.2.0 #2

Merged
merged 1 commit into from Aug 28, 2017

Conversation

pyup-bot
Copy link
Collaborator

coveralls is not pinned to a specific version.

I'm pinning it to the latest version 1.2.0 for now.

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.2.0

Features

  • add support for AppVeyor CI (1a62ce27)
  • add support for BuildKite CI (a58d6f9e)
  • add support for branch coverage (e2413e38)
  • add support for parallel builds in Coveralls CI (7ba3a589)

Bug Fixes

  • fix coverage count in cases of partial branch coverage (b9ab7037)
  • fix SNI validation errors in python2 (c5541263)
  • warn when PyYAML is missing (711e9e4c)

<a name="1.1"></a>

1.1

Features

  • support for Circle CI

<a name="1.0"></a>

1.0

Features

  • coverage 4 beta support
  • codeship experimetal support (CI_BRANCH env variable)
  • drop python 3.2 support (as coverage 4 does not support it)
  • repo token usage is deprecated (but still supported) in favor of env variable.
  • error reporting is improved, exist status codes added

<a name="1.0a2"></a>

1.0a2

Features

  • fix latest alpha coverage.py support
  • remove erroneous warning message when writing output to a file

<a name="1.0a1"></a>

1.0a1

Features

  • Backwards Incompatible: make pyyaml optional. If you're using .coveralls.yml, make sure to install coveralls[yaml]
  • coverage 4 alpha support
  • allow debug and output options to work without repo_token
  • fix merge command for python 3.X

<a name="0.5"></a>

0.5

Features

  • add option --output=<file> for saving json to file for possible merging with coverages from other languages
  • add merge command for sending coverage stats from multiple languages

<a name="0.4.4"></a>

0.4.4

Features

  • proper fix coverage.py dependency version

<a name="0.4.3"></a>

0.4.3

Features

  • fix coverage.py dependency version

<a name="0.4.2"></a>

0.4.2

Features

  • handle 503 errors from coveralls.io

<a name="0.4.1"></a>

0.4.1

Features

  • fix gitlog output with utf8

<a name="0.4"></a>

0.4

Features

  • added support for --rcfile=<file> option to cli
  • improved docs: nosetests and troubleshooting sections added
  • added debug in case of UnicodeDecodeError
  • removed sh dependency in favor of Windows compatibility

<a name="0.3"></a>

0.3

Features

  • added initial support for Circle CI
  • fixed Unicode not defined error in python 3

<a name="0.2"></a>

0.2

Features

  • Python 3.2 and PyPy support
  • graceful handling of coverage exceptions
  • fixed UnicodeDecodeError in json encoding
  • improved readme

<a name="0.1.1"></a>

0.1.1

Features

  • introduced COVERALLS_REPO_TOKEN environment variable as a fallback for Travis
  • removed repo_token from verbose output for security reasons

<a name="0.1"></a>

0.1

Features

  • initial release

Release

This project is released on PyPI as coveralls_.

To cut a new release, ensure the latest master passes all tests. Then, create a release commit:

  1. Update the :code:CHANGELOG.md with the new version.
  2. Bump the version number in :code:version.py.
  3. Tag that commit with the version number (:code:git tag x.y.z).

Make sure to push the release commit to GitHub.

To create a new PyPI release, do the following:

  1. Build the sources (:code:python setup.py sdist bdist_wheel).
  2. Register & upload the sources. (:code:twine upload dist/*).

NOTE: in the future, we may want to expand this to include other sources, such as eggs for various Python versions. Since we already test with :code:tox, this could be as simple as::

.tox/py34/bin/python setup.py bdist_egg
.tox/py35/bin/python setup.py bdist_egg
etc

.. _coveralls: https://pypi.org/project/coveralls/

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 馃

@coveralls
Copy link

coveralls commented Aug 28, 2017

Coverage Status

Coverage remained the same at 29.333% when pulling 091df40 on pyup-pin-coveralls-1.2.0 into 61fbdf0 on master.

@Chaffelson Chaffelson merged commit eb8a198 into master Aug 28, 2017
@Chaffelson Chaffelson deleted the pyup-pin-coveralls-1.2.0 branch August 28, 2017 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants