1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Ignore coverage for json-parser

This commit is contained in:
winlin 2019-12-17 17:30:49 +08:00
parent 191b07668d
commit df359f747a
2 changed files with 5 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <srs_core.hpp>
// LCOV_EXCL_START
/* vim: set et ts=3 sw=3 sts=3 ft=c:
*
* Copyright (C) 2012, 2013, 2014 James McLaughlin et al. All rights reserved.
@ -1314,6 +1315,7 @@ void json_value_free (json_value * value)
}
#endif
// LCOV_EXCL_STOP
/**
* The MIT License (MIT)