-
Notifications
You must be signed in to change notification settings - Fork 38
Description
I've got a project created by Code Coverage Wizard Plus. The LST file lists all source files containing unit tests and all unit tests run when I runn code coverage. All .pas files with the unit tests are in the same source directory.
But for one unit no HTML output is generated.
Here's the contents from the .lst file:
dec
DEC60Lazarus
DECBaseClass
DECCipherBase
DECCipherFormats
DECCipherInterface
DECCipherModes
DECCipherModesGCM
DECCipherPaddings
DECCiphers
DECCRC
DECData
DECDataCipher
DECDataHash
DECFormat
DECFormatBase
DECHash
DECHashAuthentication
DECHashBase
DECHashBitBase
DECHashInterface
DECRandom
DECTypes
DECUtil
DECUtilRawByteStringHelper
DECZIPHelper
And here the contents of the batch file my wizard generates and runs:
"C:\Users\Markus\Documents\Embarcadero\Studio\23.0\CatalogRepository\CodeCoverageWizard\Binaries\CodeCoverage.exe" -e "D:\Projekte\DECGitMaster\Compiled\BIN_IDE23.0_Win32_Debug\DECDUnitTestSuite.exe" -m "D:\Projekte\DECGitMaster\Compiled\BIN_IDE23.0_Win32_Debug\DECDUnitTestSuite.map" -sd "D:\Projekte\DECGitMaster\Source" -ife -uf "D:\DCCPTest\DECCodeCoverage_dcov_units.lst" -spf "D:\DCCPTest\DECCodeCoverage_dcov_paths.lst" -od "D:\DCCPTest" -v -html -efe
ANy idea?