Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 69510e9

Browse files
committedJan 4, 2021
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)
Please sign in to comment.