We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab4419 commit 33cfa5bCopy full SHA for 33cfa5b
README.md
@@ -1,5 +1,14 @@
1
# Slicing Coverage
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
12
## Development
13
To get ready for development, you can follow the steps below:
14
1. Clone the repository:
0 commit comments