Unity-Technologies / com.unity.webrtc

WebRTC package for Unity
Other
739 stars 185 forks source link

test: Downgrade Code Coverage package 1.1.1 for increasing test coverage score #854

Closed karasusan closed 1 year ago

karasusan commented 1 year ago

This pull request improves test coverage.

I found the main reason of decreasing the coverage score is the issue of Code Coverage package. The latest version 1.2.2 of Code Coverage package has issues which ignores the covering some code. So it decreased the coverage score. This issue is not reproduced with the previous version 1.1.1 so I downgraded the package.

I got the result below after improving.

image