Skip to content

Commit

Permalink
docs(changelog): reference coverage.py config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed May 15, 2024
1 parent ee0f09b commit afea549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@

#### BREAKING CHANGES

When ``config.ignore_errors`` is Falsey, failures to parse Pyhton files or
When ``config.ignore_errors`` is Falsey, failures to parse Python files or
look up file sources will now interrupt and early exit collection, which
matches default ``coverage`` behaviour. Previously, we had manually muted
these errors and/or only errored after collecting multiple failures.

[See the coverage.py docs](https://coverage.readthedocs.io/en/7.5.1/config.html#report-ignore-errors) for setting this option.

#### Features

* support ``pyproject.toml`` packages by default (via ``coverage[toml]``) ([962e2242](962e2242))
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License
===========

Copyright (c) 2023 Kevin James
Copyright (c) 2017 Kevin James

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit afea549

Please sign in to comment.