Python Coverage Analysis warning

Hey.

Seems that using source in .coveragerc generates a bad formated coverage-report.xml.
Switching to include fixes it and generates the correct xml.

include = 
    utils/*
    tests/*

Hope it helps.

Adrián

1 Like