Hi,
As far as I can tell, what you’ve done should work. The only things that catch my eye are
- the escaped linebreaks - can you try eliminating them by moving everything to the same line?
- the trailing
/ontest/forsonar.tests. It’s just not needed. Can you drop it?
On an unrelated note, there’s no need to exclude package.json and sonarcloud/**/* from anything; they’re not part of your sources or tests, so they were never included to start with.
If the changes I’ve suggested don’t work, please post the full text of your analysis log.
The analysis / scanner log is what’s output from the analysis command. Hopefully, the log you provide - redacted as necessary - will include that command as well.
This guide will help you find them.
Thx,
Ann