diff --git a/badges/coverage-badge.svg b/badges/coverage-badge.svg
index 4cf0dee9..1c862f5a 100644
--- a/badges/coverage-badge.svg
+++ b/badges/coverage-badge.svg
@@ -1 +1 @@
-
+
diff --git a/package.json b/package.json
index b68b46bb..b989f77f 100644
--- a/package.json
+++ b/package.json
@@ -77,10 +77,10 @@
"test": "run-s cypress:instrument test-no-cov"
},
"nyc": {
- "statements": 37.51,
- "branches": 28.8,
- "lines": 38.46,
- "functions": 47.27,
+ "statements": 37,
+ "branches": 28,
+ "lines": 38,
+ "functions": 47,
"exclude": [
"src/external/**",
"src/editor/jquery.min.js",