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

Improve code coverage duplication calculation #848

Closed
mickael-caro-sonarsource opened this issue Apr 3, 2020 · 1 comment
Closed

Improve code coverage duplication calculation #848

mickael-caro-sonarsource opened this issue Apr 3, 2020 · 1 comment

Comments

@mickael-caro-sonarsource
Copy link
Contributor

We currently rely only on the file name to detect duplicates of coverage files.

During parallel run of tests, coverage files might be the same name, but not the same content (they are located in different guids folders).

We need to find a way to improve this detection.

For reference : https://community.sonarsource.com/t/flaky-code-coverage-with-net-core-test-task-in-azure-devops/22519/3

@patrikmolsson
Copy link
Contributor

Created a PR (#849) that should address this issue. Please have a look if you have time. Any feedback is appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants