status-im / react-native-desktop-qt

A Desktop port of React Native, driven by Qt, forked from Canonical
1.21k stars 85 forks source link

Use of coverage tools #84

Open maxhora opened 7 years ago

maxhora commented 7 years ago

Seems good article (https://wiki.qt.io/Writing_Unit_Tests#Use_initTestCase_and_cleanupTestCase_for_setup_and_teardown_of_test_harness) suggests to use Squish Coco or gcov for tests coverage checks. We need to start using one. Any preferences? @vkjr @narek

vkjr commented 7 years ago

@MaxRis, since we have QML code, probably Squish Coco fits better. I didn't find information about QML coverage with gcov.

maxhora commented 7 years ago

@vkjr I haven't checked Squish Coco in advance, but it seems they don't provide any free licensing for Open Source.