Skip to content
Snippets Groups Projects
Commit 9708c7ec authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Get ride of lcov false positives

parent 79f2d1d1
No related branches found
No related tags found
1 merge request!37Feature/language
...@@ -11,7 +11,7 @@ class AggregateDataVariant; ...@@ -11,7 +11,7 @@ class AggregateDataVariant;
using DataVariant = std::variant<std::monostate, bool, uint64_t, int64_t, double, std::string, AggregateDataVariant>; using DataVariant = std::variant<std::monostate, bool, uint64_t, int64_t, double, std::string, AggregateDataVariant>;
class AggregateDataVariant class AggregateDataVariant // LCOV_EXCL_LINE
{ {
private: private:
std::vector<DataVariant> m_data_vector; std::vector<DataVariant> m_data_vector;
......
...@@ -109,7 +109,7 @@ class SymbolTable ...@@ -109,7 +109,7 @@ class SymbolTable
Attributes(const Attributes&) = default; Attributes(const Attributes&) = default;
}; };
class Symbol class Symbol // LCOV_EXCL_LINE
{ {
private: private:
std::string m_name; std::string m_name;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment