Skip to content

Commit 9480cbb

Browse files
committed
Set 'dsDanger' phase filter
1 parent c7d6b58 commit 9480cbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ jobs:
320320
junit_rep <- JunitReporter$new(file = "test_results.xml");
321321
progress_rep <- ProgressReporter$new(max_failures = 999999);
322322
multi_rep <- MultiReporter$new(reporters = list(progress_rep, junit_rep));
323-
testthat::test_package("$(projectName)", filter = "$(test_filter)",reporter = multi_rep, stop_on_failure = FALSE)'"'"')
323+
testthat::test_package("$(projectName)", filter = "_-",reporter = multi_rep, stop_on_failure = FALSE)'"'"')
324324
)
325325
),
326326
"coveragelist.csv"

0 commit comments

Comments
 (0)