-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathci_setup.Rd
More file actions
46 lines (37 loc) · 1.23 KB
/
Copy pathci_setup.Rd
File metadata and controls
46 lines (37 loc) · 1.23 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/ci_setup.R
\name{ci_setup}
\alias{ci_setup}
\title{RcppDeepState-action GitHub workflow setup}
\usage{
ci_setup(
repository = "./",
workflow_file_name = "RcppDeepState.yaml",
event = "pull_request",
fail_ci_if_error = FALSE,
location = "/",
seed = "-1",
time_limit = "2",
max_inputs = "3",
comment = FALSE,
verbose = TRUE
)
}
\arguments{
\item{repository}{path to the repository root folder}
\item{workflow_file_name}{the name of the resulting workflow file}
\item{event}{the event that triggers the workflow to run, accepted values
are pull_request and push}
\item{fail_ci_if_error}{specify if CI pipeline should fail when
RcppDeepState finds errors}
\item{location}{location of the package if not in the root of the repository}
\item{seed}{seed used for deterministic fuzz testing and reproduce the
analysis results}
\item{time_limit}{fuzzing phase's duration in seconds}
\item{max_inputs}{number of inputs generated in the fuzzing phase to analyze}
\item{comment}{print the analysis results as a comment in pull request}
\item{verbose}{enable the verbose logging mode of RcppDeepState}
}
\description{
RcppDeepState-action GitHub workflow setup
}