-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.covrignore
22 lines (22 loc) · 907 Bytes
/
.covrignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Some code has been copied into the repository from other sources for practical reasons,
# and because their licence allows
# In development we have been treating these similarly to external dependencies
# like other R-packages and c-libraries
# As long as we do not touch these files,
# we will continue to treat them like that and exclude it from our testing-coverage reports,
# the same way we do not report testing of formal dependencies like other R-packages.
# Files that we have found the need to alter, will be removed from this ignore-file.
# For this reason src/xmlfile.cpp, src/readXml.cpp and src/readXmlStream.cpp are not listed below
src/pugixml/pugixml.cpp
src/pugixml/pugixml.hpp
src/xmlio/xmlzipfile.h
src/xmlio/xmlfile.h
src/xmlio/xmlfile.cpp
src/xmlio/xmlstream.h
src/xmlio/xmlinput.h
src/xmlinput_c.c
src/miniz.c
src/xmlzipfile.cpp
src/xmlinput.cpp
src/xmlinput.h
src/xmloutput.cpp