Hello,
After upgrade to nyc 18.0.0 it seems the comment to ignore file is completelly ignored for coverage :
/* istanbul ignore file @preserve */
If I replace it by the ignore next on each functions of the file, I have no problems :/ :
/* istanbul ignore next @preserve */
export const setPlaceBaseRights = async (params: Params) => {
// ...
};
Edit : I have same problem with 17.1.0. I think the problem is with one dependency or vitest
Hello,
After upgrade to nyc 18.0.0 it seems the comment to ignore file is completelly ignored for coverage :
/* istanbul ignore file @preserve */If I replace it by the ignore next on each functions of the file, I have no problems :/ :
Edit : I have same problem with 17.1.0. I think the problem is with one dependency or vitest