Skip to content

Commit

Permalink
Prevent misbehaving dynamic context plugins from ruining coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
s0undt3ch committed Jan 4, 2021
1 parent 7ff93a9 commit 309f67e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions coverage/sqldata.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
id integer primary key,
context text,
unique (context)
ON CONFLICT IGNORE
);
CREATE TABLE line_bits (
Expand Down
1 change: 1 addition & 0 deletions doc/dbschema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ TODO: explain more. Readers: what needs explaining?
id integer primary key,
context text,
unique (context)
ON CONFLICT IGNORE
);
CREATE TABLE line_bits (
Expand Down

0 comments on commit 309f67e

Please sign in to comment.