Skip to content

Commit

Permalink
LCOV exclude.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitenti committed Apr 13, 2024
1 parent 41c2699 commit 034e848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ncm_data_gauss_cov.c
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ test_ncm_data_gauss_cov_test_bad_cov (TestNcmDataGaussCovTest *test, gconstpoint

ncm_data_gauss_cov_get_log_norma (gauss, NULL);

return;
return; /* LCOV_EXCL_LINE */
}

g_test_trap_subprocess (NULL, 0, 0);
Expand Down

0 comments on commit 034e848

Please sign in to comment.