-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: slicingCoverage
Title: Slicing Coverage
Version: 0.1.0
Authors@R:
person("Lukas", "Pietzschmann", , "lukas.pietzschmann@uni-ulm.de", role = c("aut", "cre"))
Description: Track and report code coverage for your package. Compared to
traditional approaches, Slicing Coverage aims to enhance the accuracy
of coverage scores by calculating them based on the program slice
resulting from the test’s assertion criteria. This way, we are able to
account for code that's covered but no checked, thus providing a score
that can reflect the tests quality more accurately. This package
integrates with most of covr's functionality and should therefore be
easily integrated into existing projects.
License: GPL (>= 3)
Imports:
covr (>= 3.0.0),
flowr,
logger (>= 0.3.0),
stringr,
tools
Suggests:
rlang,
testthat (>= 3.0.0),
withr
Remotes:
flowr=flowr-analysis/flowr-r-adapter
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2