Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: change SonarCloud exclusions configuration #486

Merged
merged 1 commit into from
Feb 29, 2024

Conversation

wojcikmat
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

Fixes #485

This PR changing the configuration of backend SonarCloud coverage check. After merge SonarCloud check will ignore files in tests subdirectories as well as files in tests directory.

What is the current behavior?

SonarCloud check is ignoring only files in main test directory. It is calculating coverage with files in subdirectories.

What is the new behavior?

Ignoring files in subdirectories too.

Does this PR introduce a breaking change?

No

@mkleszcz mkleszcz merged commit 900e086 into master Feb 29, 2024
53 checks passed
@mkleszcz mkleszcz deleted the fix/sonarcloud-coverage-exclusion branch February 29, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SonarCloud is calculating test coverage on the test subdirectories.
3 participants