Skip to content

Commit 189423e

Browse files
committedJan 12, 2022
Fixed some more in code coverage config
1 parent 0b34aa0 commit 189423e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.covrignore

+5-2
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@
55
# As long as we do not touch these files,
66
# we will continue to treat them like that and exclude it from our testing-coverage reports,
77
# the same way we do not report testing of formal dependencies like other R-packages.
8-
# Files that we have found the need to alter, will be removed from this ignore-file
8+
# Files that we have found the need to alter, will be removed from this ignore-file.
9+
# For this reason src/xmlfile.cpp, src/readXml.cpp and src/readXmlStream.cpp are not listed below
910
src/pugixml/pugixml.cpp
10-
src/pugixml/pugixml.h
11+
src/pugixml/pugixml.hpp
1112
src/xmlio/xmlzipfile.h
1213
src/xmlio/xmlfile.h
1314
src/xmlio/xmlfile.cpp
1415
src/xmlio/xmlstream.h
16+
src/xmlio/xmlinput.h
1517
src/xmlinput_c.c
1618
src/miniz.c
19+
src/xmlzipfile.cpp
1720
src/xmlinput.cpp
1821
src/xmlinput.h
1922
src/xmloutput.cpp

0 commit comments

Comments
 (0)
Please sign in to comment.