File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Slicing Coverage
2
2
3
+ Track and report code coverage for your package. Compared to traditional approaches,
4
+ Slicing Coverage aims to enhance the accuracy of coverage scores by calculating them
5
+ based on the program slice resulting from the test’s assertion criteria. This way, we
6
+ are able to account for code that's covered but no checked, thus providing a score
7
+ that can reflect the tests quality more accurately. This package integrates with most
8
+ of covr's functionality and should therefore be easily integrated into existing projects.
9
+
10
+ To use this package, you also need the program slicer [ flowr] ( https://github.com/flowr-analysis/flowr ) .
11
+
3
12
## Development
4
13
To get ready for development, you can follow the steps below:
5
14
1 . Clone the repository:
You can’t perform that action at this time.
0 commit comments