Skip to content

Commit 69510e9

Browse files
committed
Prevent misbehaving dynamic context plugins from ruining coverage
1 parent 7ff93a9 commit 69510e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coverage/sqldata.py

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
id integer primary key,
7171
context text,
7272
unique (context)
73+
ON CONFLICT IGNORE
7374
);
7475
7576
CREATE TABLE line_bits (

0 commit comments

Comments
 (0)