Skip to content

Releases: TheKevJames/coveralls-python

1.9.0

Choose a tag to compare

@TheKevJames TheKevJames released this 03 Dec 07:42
0e23356

1.9.0 (2019-12-03)

Features

  • support: support Github Actions CI (#207)

Bug Fixes

  • compatibility: fixup coverage.__version__ comparisons (#208)

1.8.2

Choose a tag to compare

@TheKevJames TheKevJames released this 29 Jul 19:38
01e4173

1.8.2 (2019-07-29)

Internal

  • dependencies: update pass urllib3<1.25 pin, now that that's fixed.

1.8.1

Choose a tag to compare

@TheKevJames TheKevJames released this 16 Jun 01:03
c707cbd

1.8.1 (2019-06-16)

Bug Fixes

  • dependencies: pin coverage to < 5.0, since the current 5.0 alphas are introducing breaking changes. Once 5.0 is stable, we'll remove the pin.

1.8.0

Choose a tag to compare

@TheKevJames TheKevJames released this 02 Jun 00:56
5237b52

1.8.0 (2019-06-02)

Features

  • flag: allow disabling SSL verification (2e3b5c61)

Bug Fixes

  • git: fix support for case where git binary is missing (5bbceaae)

1.7.0

Choose a tag to compare

@TheKevJames TheKevJames released this 20 Mar 03:03
0d2636d

1.7.0 (2019-03-20)

Features

Bug Fixes

  • cli: ensure upload failures trigger cli failures (16192b84)

1.6.0

Choose a tag to compare

@TheKevJames TheKevJames released this 18 Feb 18:42
d91a28a

1.6.0 (2019-02-18)

Features

1.5.1

Choose a tag to compare

@TheKevJames TheKevJames released this 28 Sep 05:16
eba54e4

1.5.1 (2018-09-28)

Features

  • git: omit git info when git isn't installed (#187) (764956ea)
    • ... instead of erroring. The fixes the v1.4.0 release of "supporting non-git repos" when the git binary is not installed.
    • Note that commit info can still be set with env vars, even in non-git repositories -- see the docs for more info!

Compatibility

  • python: include python 3.7 in matrix tests (023d474)
    • previous versions of coveralls-python should be compatible with Python 3.7, no code changes were required to make tests pass

Internal

  • remove pytest-runner as a dependency (#185) (4cbbfcd)

1.5.0

Choose a tag to compare

@TheKevJames TheKevJames released this 31 Aug 05:05
74632b3

1.5.0 (2018-08-31)

Features

Bug Fixes

  • paths: ensure windows paths are normalized to posix (661e0f54, closes #153)

1.4.0

Choose a tag to compare

@TheKevJames TheKevJames released this 24 Aug 02:28
9542436

1.4.0 (2018-08-24)

Performance

  • git: call fallback git commands in fallback cases only (e42095b4)

Features

  • env: support git env vars (#182) (a1918e89)
    • This change also adds support for non-git repos.
  • flags: add ability to add named job (#181) (f7ba07bf)

Compatibility

  • python: drop support for Python 3.3 (dcb06fc1)

1.3.0

Choose a tag to compare

@TheKevJames TheKevJames released this 02 Mar 23:38

1.3.0 (2018-03-02)

Features

  • ci: add Travis PR support (#162) (baf683ee)
  • cli: allow service_name override from cli flag or env var (#167) (e8a98904)
  • coveralls-enterprise: add support for coveralls enterprise (#166) (7383f377)
  • git: silently omit git data when git is unavailable (#176) (f9db83cd)
  • jenkins: