Skip to content

Commit 1d7ed8f

Browse files
committed
Try adding lcov exception
Signed-off-by: Darby Johnston <[email protected]>
1 parent 85a98d8 commit 1d7ed8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opentimelineio/typeRegistry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class TypeRegistry
6161
CLASS::Schema::version,
6262
&typeid(CLASS),
6363
[]() -> SerializableObject* { return new CLASS; },
64-
CLASS::Schema::name);
64+
CLASS::Schema::name); // LCOV_EXCL_EXCEPTION_BR_LINE
6565
}
6666

6767
/// Register a new schema.

0 commit comments

Comments
 (0)