[TT-11735] Exclude testdata from sonarcloud#6182
Conversation
|
PR Description updated to latest commit (0209dd7) |
|
API Changes no api changes detected |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
|
## **Type** enhancement https://tyktech.atlassian.net/browse/TT-11735 ___ ## **Description** - This PR enhances the CI configuration by excluding all `testdata` directories from SonarCloud analysis. This change ensures that test data files do not interfere with the analysis results, making them more accurate and relevant. ___ ## **Changes walkthrough** <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>ci-tests.yml</strong><dd><code>Exclude Test Data from SonarCloud Analysis</code> </dd></summary> <hr> .github/workflows/ci-tests.yml <li>Added exclusion for <code>**/testdata/**</code> in SonarCloud analysis to avoid <br>scanning test data.<br> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6182/files#diff-03609cb60b0c6e92fb771eb8787d6722b8c31ca4c03eabc788e147acd8c6fb43">+1/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > ✨ **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions --------- Co-authored-by: Tit Petric <[email protected]>
## **Type** enhancement https://tyktech.atlassian.net/browse/TT-11735 ___ ## **Description** - This PR enhances the CI configuration by excluding all `testdata` directories from SonarCloud analysis. This change ensures that test data files do not interfere with the analysis results, making them more accurate and relevant. ___ ## **Changes walkthrough** <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>ci-tests.yml</strong><dd><code>Exclude Test Data from SonarCloud Analysis</code> </dd></summary> <hr> .github/workflows/ci-tests.yml <li>Added exclusion for <code>**/testdata/**</code> in SonarCloud analysis to avoid <br>scanning test data.<br> </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6182/files#diff-03609cb60b0c6e92fb771eb8787d6722b8c31ca4c03eabc788e147acd8c6fb43">+1/-1</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > ✨ **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions --------- Co-authored-by: Tit Petric <[email protected]>
) Co-authored-by: Tit Petric <[email protected]>
…6183) Co-authored-by: Tit Petric <[email protected]>




Type
enhancement
https://tyktech.atlassian.net/browse/TT-11735
Description
testdatadirectories from SonarCloud analysis. This change ensures that test data files do not interfere with the analysis results, making them more accurate and relevant.Changes walkthrough
ci-tests.yml
Exclude Test Data from SonarCloud Analysis.github/workflows/ci-tests.yml
**/testdata/**in SonarCloud analysis to avoidscanning test data.