Skip to content

Update coverage to 7.3.0#191

Closed
pyup-bot wants to merge 1 commit intomainfrom
pyup-update-coverage-7.2.7-to-7.3.0
Closed

Update coverage to 7.3.0#191
pyup-bot wants to merge 1 commit intomainfrom
pyup-update-coverage-7.2.7-to-7.3.0

Conversation

@pyup-bot
Copy link
Collaborator

This PR updates coverage from 7.2.7 to 7.3.0.

Changelog

7.3.0

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

- Added a :meth:`.Coverage.collect` context manager to start and stop coverage
data collection.

- Dropped support for Python 3.7.

- Fix: in unusual circumstances, SQLite cannot be set to asynchronous mode.
Coverage.py would fail with the error ``Safety level may not be changed
inside a transaction.`` This is now avoided, closing `issue 1646`_.  Thanks
to Michael Bell for the detailed bug report.

- Docs: examples of configuration files now include separate examples for the
different syntaxes: .coveragerc, pyproject.toml, setup.cfg, and tox.ini.

- Fix: added ``nosemgrep`` comments to our JavaScript code so that
semgrep-based SAST security checks won't raise false alarms about security
problems that aren't problems.

- Added a CITATION.cff file, thanks to `Ken Schackart <pull 1641_>`_.

.. _pull 1641: https://github.com/nedbat/coveragepy/pull/1641
.. _issue 1646: https://github.com/nedbat/coveragepy/issues/1646


.. _changes_7-2-7:
Links

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Aug 13, 2023

Codecov Report

Merging #191 (847dabf) into main (9ccce97) will not change coverage.
The diff coverage is n/a.

@@          Coverage Diff          @@
##            main    #191   +/-   ##
=====================================
  Coverage   0.00%   0.00%           
=====================================
  Files          2       2           
  Lines         56      56           
=====================================
  Misses        56      56           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@pyup-bot
Copy link
Collaborator Author

pyup-bot commented Sep 7, 2023

Closing this in favor of #198

@pyup-bot pyup-bot closed this Sep 7, 2023
@studioj studioj deleted the pyup-update-coverage-7.2.7-to-7.3.0 branch September 7, 2023 01:10
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.

1 participant