Skip to content

Commit

Permalink
Try adding lcov exception
Browse files Browse the repository at this point in the history
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
  • Loading branch information
darbyjohnston committed Jan 16, 2025
1 parent 85a98d8 commit 1d7ed8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opentimelineio/typeRegistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class TypeRegistry
CLASS::Schema::version,
&typeid(CLASS),
[]() -> SerializableObject* { return new CLASS; },
CLASS::Schema::name);
CLASS::Schema::name); // LCOV_EXCL_EXCEPTION_BR_LINE
}

/// Register a new schema.
Expand Down

0 comments on commit 1d7ed8f

Please sign in to comment.