Skip to content

Commit 46da72c

Browse files
style: pre-commit fixes
1 parent 3bf9b75 commit 46da72c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/pages/guides/coverage.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ def tests(session: nox.Session) -> None:
193193

194194
{% endtab %} {% endtabs %}
195195

196-
197196
#### Merging and reporting
198197

199198
If you are running in multiple jobs, you should use upload/download artifacts so
@@ -214,7 +213,6 @@ def coverage(session: nox.Session) -> None:
214213
session.run("coverage", "erase")
215214
```
216215

217-
218216
#### Configuring Codecov and uploading coverage reports
219217

220218
Interestingly, `Codecov` does not require any initial configurations for your
@@ -277,7 +275,6 @@ coverage, then you can remove the coverage failure settings, as you want any
277275
loss of coverage to fail. See the
278276
[docs](https://docs.codecov.com/docs/codecov-yaml) for all the options.
279277

280-
281278
<!-- ### Coverage for projects written in Python and C++
282279

283280
TODO -->

0 commit comments

Comments
 (0)