[skip ci] Update coverage.yml to work with lcov2.0

This commit is contained in:
ado
2024-02-21 19:41:06 +01:00
parent 5e32d722e8
commit b993eb8852
5 changed files with 16 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ inline ssize_t get_line_file(char** lineptr, size_t* n, FILE* stream) {
return getline(lineptr, n, stream);
}
#else
// TODO set ERRNO ?
using ssize_t = int64_t;
inline ssize_t get_line_file(char** lineptr, size_t* n, FILE* stream) {
size_t pos;