Zero code Coverage using dotCover + TFS Build

I passed the dotCover reports path correctly , and followed all the steps mentioned in the official docs for getting code coverage .
When the build is successfully completed , the Sonar dashboard stills shows 0 coverage although in the logs I am able to see reports are getting parsed.

Sharing logs for reference :

2021-04-28T05:12:12.3632411Z 10:42:12.363 INFO: Parsing the dotCover report D:\Shared\DotCover\Exported\Mar21PICodeCover\src\994.html
2021-04-28T05:12:12.3692253Z 10:42:12.369 INFO: Parsing the dotCover report D:\Shared\DotCover\Exported\Mar21PICodeCover\src\995.html
2021-04-28T05:12:12.3742132Z 10:42:12.374 INFO: Parsing the dotCover report D:\Shared\DotCover\Exported\Mar21PICodeCover\src\996.html
2021-04-28T05:12:12.3791987Z 10:42:12.379 INFO: Parsing the dotCover report D:\Shared\DotCover\Exported\Mar21PICodeCover\src\997.html
2021-04-28T05:12:12.3831884Z 10:42:12.383 INFO: Parsing the dotCover report D:\Shared\DotCover\Exported\Mar21PICodeCover\src\998.html
2021-04-28T05:12:12.3881755Z 10:42:12.387 INFO: Parsing the dotCover report D:\Shared\DotCover\Exported\Mar21PICodeCover\src\999.html
2021-04-28T05:12:12.3931623Z 10:42:12.392 INFO: Adding this code coverage report to the cache for later reuse: D:\Shared\DotCover\Exported\Mar21PICodeCover.html
2021-04-28T05:12:12.3931623Z 10:42:12.393 INFO: Sensor C# Tests Coverage Report Import [csharp] (done) | time=24711ms
2021-04-28T05:12:12.3931623Z 10:42:12.393 INFO: ------------- Run sensors on project
2021-04-28T05:12:12.3971513Z 10:42:12.397 DEBUG: ‘Java CPD Block Indexer’ skipped because there is no related file in current project
2021-04-28T05:12:12.3971513Z 10:42:12.397 DEBUG: Sensors : Zero Coverage Sensor
2021-04-28T05:12:12.3971513Z 10:42:12.397 INFO: Sensor Zero Coverage Sensor
2021-04-28T05:12:16.9405547Z 10:42:16.940 INFO: Sensor Zero Coverage Sensor (done) | time=4543ms
2021-04-28T05:12:16.9415523Z 10:42:16.941 INFO: SCM Publisher No SCM system was detected. You can use the ‘sonar.scm.provider’ property to explicitly specify it.
2021-04-28T05:12:18.6899258Z 10:42:18.689 INFO: CPD Executor 354 files had no CPD blocks
2021-04-28T05:12:18.6909212Z 10:42:18.689 INFO: CPD Executor Calculating CPD for 4306 files

Hey there.

Please don’t raise multiple topics on the same question. I will close this one.