Release notes
*Sourced from [coveralls's releases](https://github.com/coveralls-clients/coveralls-python/releases).*
> ## 1.5.1
>
> ## 1.5.1 (2018-09-28)
>
> #### Features
> * **git:** omit git info when git isn't installed ([#187](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/187)) ([764956ea](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](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](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/185)) ([4cbbfcd](4cbbfcd))
>
> ## 1.5.0
>
> ## 1.5.0 (2018-08-31)
>
>
> #### Features
>
> * **cli:** allow execution as a module ([#184](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/184)) ([b261a853](b261a853), closes [#183](183))
>
> #### Bug Fixes
>
> * **paths:** ensure windows paths are normalized to posix ([661e0f54](661e0f54), closes [#153](153))
>
> ## 1.4.0
>
> ## 1.4.0 (2018-08-24)
>
>
> #### Performance
>
> * **git:** call fallback git commands in fallback cases only ([e42095b4](e42095b4))
>
> #### Features
>
> * **env:** support git env vars ([#182](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/182)) ([a1918e89](a1918e89))
> * This change also adds support for non-git repos.
> * **flags:** add ability to add named job ([#181](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/181)) ([f7ba07bf](f7ba07bf))
>
> #### Compatibility
>
> * **python:** drop support for Python 3.3 ([dcb06fc1](dcb06fc1))
Changelog
*Sourced from [coveralls's changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md).*
> ## 1.5.1 (2018-09-28)
>
> #### Features
> * **git:** omit git info when git isn't installed ([#187](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/187)) ([764956ea](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](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](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/185)) ([4cbbfcd](4cbbfcd))
>
>
> ## 1.5.0 (2018-08-31)
>
> #### Features
> * **cli:** allow execution as a module ([#184](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/184)) ([b261a853](b261a853), closes [#183](183))
>
> #### Bug Fixes
> * **paths:** ensure windows paths are normalized to posix ([661e0f54](661e0f54), closes [#153](153))
>
>
> ## 1.4.0 (2018-08-24)
>
> #### Performance
> * **git:** call fallback git commands in fallback cases only ([e42095b4](e42095b4))
>
> #### Features
> * **env:** support git env vars ([#182](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/182)) ([a1918e89](a1918e89))
> * This change also adds support for non-git repos.
> * **flags:** add ability to add named job ([#181](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/181)) ([f7ba07bf](f7ba07bf))
>
> #### Compatibility
> * **python:** drop support for Python 3.3 ([dcb06fc1](dcb06fc1))
>
> Commits
- [`eba54e4`](https://github.com/coveralls-clients/coveralls-python/commit/eba54e4d19e40e3907e5fd516f68e8b4dc9e5a31) chore(release): bump version
- [`764956e`](https://github.com/coveralls-clients/coveralls-python/commit/764956ea5ea0bc12b2eee34ae28c41364d4ec4b9) feat(git): Omit git info when git isnt installed ([#187](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/187))
- [`2abfcb9`](https://github.com/coveralls-clients/coveralls-python/commit/2abfcb90506de6d6a418055a880bb964c9365242) fix(tests): avoid pytest-cov dependency ([#188](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/188))
- [`84198b4`](https://github.com/coveralls-clients/coveralls-python/commit/84198b433206f18ecb04e5523090ece8e31fc571) lint(git): remove extra newline
- [`023d474`](https://github.com/coveralls-clients/coveralls-python/commit/023d47416c22bb95c722d3023b14d83306dde144) chore(compatibility): begin matrix testing against py37 ([#186](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/186))
- [`4cbbfcd`](https://github.com/coveralls-clients/coveralls-python/commit/4cbbfcd6f11f5d369292397fa760195dcb2c7401) chore(packaging): remove pytest-runner requirement ([#185](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/185))
- [`74632b3`](https://github.com/coveralls-clients/coveralls-python/commit/74632b3d98c0189181020fe22c138a1e7bd87136) chore(release): bump version
- [`b261a85`](https://github.com/coveralls-clients/coveralls-python/commit/b261a85300dfd6413bb436114b549b087aab211b) feat(cli): allow module execution ([#184](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/184))
- [`661e0f5`](https://github.com/coveralls-clients/coveralls-python/commit/661e0f54fcfd98472d3cf97df98f2a1a85242b9c) fix(paths): ensure windows paths are normalized to posix
- [`dc7d94e`](https://github.com/coveralls-clients/coveralls-python/commit/dc7d94edb2c3cf735a7a4716b2dbc5c4c877ade4) fix(packaging): fix setup.py syntax error
- Additional commits viewable in [compare view](https://github.com/coveralls-clients/coveralls-python/compare/1.3.0...1.5.1)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps coveralls from 1.3.0 to 1.5.1.
Release notes
*Sourced from [coveralls's releases](https://github.com/coveralls-clients/coveralls-python/releases).* > ## 1.5.1 > > ## 1.5.1 (2018-09-28) > > #### Features > * **git:** omit git info when git isn't installed ([#187](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/187)) ([764956ea](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](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](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/185)) ([4cbbfcd](4cbbfcd)) > > ## 1.5.0 > > ## 1.5.0 (2018-08-31) > > > #### Features > > * **cli:** allow execution as a module ([#184](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/184)) ([b261a853](b261a853), closes [#183](183)) > > #### Bug Fixes > > * **paths:** ensure windows paths are normalized to posix ([661e0f54](661e0f54), closes [#153](153)) > > ## 1.4.0 > > ## 1.4.0 (2018-08-24) > > > #### Performance > > * **git:** call fallback git commands in fallback cases only ([e42095b4](e42095b4)) > > #### Features > > * **env:** support git env vars ([#182](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/182)) ([a1918e89](a1918e89)) > * This change also adds support for non-git repos. > * **flags:** add ability to add named job ([#181](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/181)) ([f7ba07bf](f7ba07bf)) > > #### Compatibility > > * **python:** drop support for Python 3.3 ([dcb06fc1](dcb06fc1))Changelog
*Sourced from [coveralls's changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md).* > ## 1.5.1 (2018-09-28) > > #### Features > * **git:** omit git info when git isn't installed ([#187](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/187)) ([764956ea](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](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](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/185)) ([4cbbfcd](4cbbfcd)) > > > ## 1.5.0 (2018-08-31) > > #### Features > * **cli:** allow execution as a module ([#184](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/184)) ([b261a853](b261a853), closes [#183](183)) > > #### Bug Fixes > * **paths:** ensure windows paths are normalized to posix ([661e0f54](661e0f54), closes [#153](153)) > > > ## 1.4.0 (2018-08-24) > > #### Performance > * **git:** call fallback git commands in fallback cases only ([e42095b4](e42095b4)) > > #### Features > * **env:** support git env vars ([#182](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/182)) ([a1918e89](a1918e89)) > * This change also adds support for non-git repos. > * **flags:** add ability to add named job ([#181](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/181)) ([f7ba07bf](f7ba07bf)) > > #### Compatibility > * **python:** drop support for Python 3.3 ([dcb06fc1](dcb06fc1)) > >Commits
- [`eba54e4`](https://github.com/coveralls-clients/coveralls-python/commit/eba54e4d19e40e3907e5fd516f68e8b4dc9e5a31) chore(release): bump version - [`764956e`](https://github.com/coveralls-clients/coveralls-python/commit/764956ea5ea0bc12b2eee34ae28c41364d4ec4b9) feat(git): Omit git info when git isnt installed ([#187](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/187)) - [`2abfcb9`](https://github.com/coveralls-clients/coveralls-python/commit/2abfcb90506de6d6a418055a880bb964c9365242) fix(tests): avoid pytest-cov dependency ([#188](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/188)) - [`84198b4`](https://github.com/coveralls-clients/coveralls-python/commit/84198b433206f18ecb04e5523090ece8e31fc571) lint(git): remove extra newline - [`023d474`](https://github.com/coveralls-clients/coveralls-python/commit/023d47416c22bb95c722d3023b14d83306dde144) chore(compatibility): begin matrix testing against py37 ([#186](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/186)) - [`4cbbfcd`](https://github.com/coveralls-clients/coveralls-python/commit/4cbbfcd6f11f5d369292397fa760195dcb2c7401) chore(packaging): remove pytest-runner requirement ([#185](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/185)) - [`74632b3`](https://github.com/coveralls-clients/coveralls-python/commit/74632b3d98c0189181020fe22c138a1e7bd87136) chore(release): bump version - [`b261a85`](https://github.com/coveralls-clients/coveralls-python/commit/b261a85300dfd6413bb436114b549b087aab211b) feat(cli): allow module execution ([#184](https://github-redirect.dependabot.com/coveralls-clients/coveralls-python/issues/184)) - [`661e0f5`](https://github.com/coveralls-clients/coveralls-python/commit/661e0f54fcfd98472d3cf97df98f2a1a85242b9c) fix(paths): ensure windows paths are normalized to posix - [`dc7d94e`](https://github.com/coveralls-clients/coveralls-python/commit/dc7d94edb2c3cf735a7a4716b2dbc5c4c877ade4) fix(packaging): fix setup.py syntax error - Additional commits viewable in [compare view](https://github.com/coveralls-clients/coveralls-python/compare/1.3.0...1.5.1)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.