We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6bdd1 commit 22c1093Copy full SHA for 22c1093
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
We follow [Semantic Versions](https://semver.org/).
4
5
+## Version 0.8.0
6
+
7
+### Features
8
9
+- Bump `coverage` to `7.0`
10
11
12
## Version 0.7.0
13
Makefile
@@ -13,7 +13,7 @@ unit:
package:
14
poetry check
15
poetry run pip check
16
- poetry run safety check --full-report --ignore=51457
+ poetry run safety check --full-report
17
18
.PHONY: test
19
test: lint unit package
0 commit comments