Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Update coverage to 5.3 #457

Merged
merged 1 commit into from
Sep 15, 2020
Merged

Conversation

pyup-bot
Copy link
Collaborator

This PR updates coverage from 5.2.1 to 5.3.

Changelog

5.3

--------------------------

- The ``source`` setting has always been interpreted as either a file path or a
module, depending on which existed.  If both interpretations were valid, it
was assumed to be a file path.  The new ``source_pkgs`` setting can be used
to name a package to disambiguate this case.  Thanks, Thomas Grainger. Fixes
`issue 268`_.

- If a plugin was disabled due to an exception, we used to still try to record
its information, causing an exception, as reported in `issue 1011`_.  This is
now fixed.

.. _issue 268: https://github.com/nedbat/coveragepy/issues/268
.. _issue 1011: https://github.com/nedbat/coveragepy/issues/1011


.. _changes_521:
Links

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.04%) to 85.632% when pulling f0c54c6 on pyup-update-coverage-5.2.1-to-5.3 into 49ed8de on master.

@iblislin iblislin merged commit ff74e2e into master Sep 15, 2020
@iblislin iblislin deleted the pyup-update-coverage-5.2.1-to-5.3 branch September 15, 2020 05:34
fkztw pushed a commit that referenced this pull request Dec 15, 2020
!!! DROP Python 3.5 support !!!
Python 3.5 has reached EOF at 2020/09/13
- 1edb135 [#466] Drop Python 3.5 and add Python 3.9 support

- Dependencies
    - e17e380 Update pytest from 6.1.2 to 6.2.0
    - 664b450 Update requests from 2.24.0 to 2.25.0
    - 4b693fd Update peewee to 3.14.0 (#464)
    - 26989ca Update pytest to 6.1.2 (#463)
    - e33e7f6 Update beautifulsoup4 to 4.9.3 (#461)
    - 35d3988 Update flake8 to 3.8.4 (#460)
    - eccfbd0 Update pytest from 6.1.0 to 6.1.1 (#462)
    - 4f8e0ce Update beautifulsoup4 to 4.9.2 (#459)
    - 5a80b0b Update pytest to 6.1.0 (#458)
    - ff74e2e Update coverage from 5.2.1 to 5.3 (#457)
    - 49ed8de Update pytest to 6.0.2 (#456)
    - 411641f Update pytest-cov to 2.10.1 (#455)
- CI
    - fd49641 [#467] Remove Travis CI and add GitHub Actions badge in README
    - 8dfaf46 [#467] Remove Travis CI related files
    - 12bf125 [#467] Add macOS testings on GitHub Actions
- Misc
    - 32e48ea [easter_eggs] Remove venv support for pyjokes
    - 9100b2d [GitHub Actions] Only do CodeQL scanning when push on master branch and PR
    - 010b749 Add CHANGELOG.md generated by github-changelog-generator
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants