← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~cjwatson/lpcraft:enforce-coverage into lpcraft:main

 

Colin Watson has proposed merging ~cjwatson/lpcraft:enforce-coverage into lpcraft:main.

Commit message:
Add coverage to envlist

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/lpcraft/+git/lpcraft/+merge/412396

This ensures that we don't regress coverage by accident.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~cjwatson/lpcraft:enforce-coverage into lpcraft:main.
diff --git a/tox.ini b/tox.ini
index d506239..3e16570 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,11 @@
 [tox]
 envlist =
-    lint,mypy,py38,py39,py310
+    lint
+    mypy
+    py38
+    py39
+    py310
+    coverage
 
 [testenv]
 commands =