Skip to content

Commit 33cfa5b

Browse files
Update README
1 parent dab4419 commit 33cfa5b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Slicing Coverage
22

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+
312
## Development
413
To get ready for development, you can follow the steps below:
514
1. Clone the repository:

0 commit comments

Comments
 (0)