Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Nov 14, 2018

Bumps coveralls from 1.3.0 to 1.5.1.

Release notes

Sourced from coveralls's releases.

1.5.1

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

1.5.0 (2018-08-31)

Features

Bug Fixes

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

1.4.0

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

Sourced from coveralls's changelog.

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 (2018-08-31)

Features

Bug Fixes

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

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)

Commits
  • eba54e4 chore(release): bump version
  • 764956e feat(git): Omit git info when git isnt installed (#187)
  • 2abfcb9 fix(tests): avoid pytest-cov dependency (#188)
  • 84198b4 lint(git): remove extra newline
  • 023d474 chore(compatibility): begin matrix testing against py37 (#186)
  • 4cbbfcd chore(packaging): remove pytest-runner requirement (#185)
  • 74632b3 chore(release): bump version
  • b261a85 feat(cli): allow module execution (#184)
  • 661e0f5 fix(paths): ensure windows paths are normalized to posix
  • dc7d94e fix(packaging): fix setup.py syntax error
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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:

  • 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.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 14, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/coveralls-1.5.1 branch from f163519 to 03b550f Compare November 14, 2018 05:07
@coveralls
Copy link

coveralls commented Nov 14, 2018

Pull Request Test Coverage Report for Build 79

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 77: 0.0%
Covered Lines: 50
Relevant Lines: 50

💛 - Coveralls

@nwtgck
Copy link
Owner

nwtgck commented Nov 16, 2018

CI was failed, but only in Python 3.5 is failed. This problem is another problem.
So I'll merge this.

@nwtgck nwtgck merged commit 2f30b49 into develop Nov 16, 2018
@nwtgck nwtgck deleted the dependabot/pip/coveralls-1.5.1 branch November 16, 2018 02:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants