Files / folders added to coverage exclusions still included in analysis

Hi,

We’re trying to add a few files and folders to the sonar cloud coverage exclusion list in the sonar cloud dashboard, but so far we haven’t been successful. We’re adding them both to the main coverage exclusion, as well as the “duplication exclusion”, but they’re still included in the analysis.
Our code base consists of a javascript/typescript micro-frontend

src/folder1/folder2/folder3/file.ts
src/folder1/folder2/folder3/*file.ts
src/folder1/folder2/folder3/*
**src/folder1/folder2/folder3/*
**/src/folder1/folder2/folder3/*

Are there additional configurations we might need in order to activate exclusions ?

Hi,

Welcome to the community!

It’s not clear to me; are these the exclusions you’ve set? Where/how have you set them? It would be worth taking a look at the analysis’ Scanner Context (Administration → Background Tasks → [row cog menu]) to see what values the analysis actually ran with.

 
Ann