Commit 3143b9c2 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Corrected coverage script for Device component

parent 6e1f3878
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/bash

./report_coverage_all.sh | grep -v -E "^(cent|comm|comp|cont|moni|serv|test)" | grep --color -E -i "^device/.*$|$"
./report_coverage_all.sh | grep --color -E -i "^device/.*$|$"