Skip to content

Commit c7d6b58

Browse files
committed
Added 'dsDanger' phase tests
1 parent 6e3b3ec commit c7d6b58

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.Rbuildignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
^LICENSE.md$
55
^azure-pipelines\.yml$
66
^azure-pipelines_site\.pp$
7+
^azure-pipelines_site-dsdanger\.pp$
78
^azure-pipelines_check\.Rout$
89
^azure-pipelines_test\.Rout$
910
^checkDocumentationUpdated\.sh$

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
junit_rep <- JunitReporter$new(file = "test_results.xml");
257257
progress_rep <- ProgressReporter$new(max_failures = 999999);
258258
multi_rep <- MultiReporter$new(reporters = list(progress_rep, junit_rep));
259-
testthat::test_package("$(projectName)", filter = "$(test_filter)",reporter = multi_rep, stop_on_failure = FALSE)'"'"')
259+
testthat::test_package("$(projectName)", filter = "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-",reporter = multi_rep, stop_on_failure = FALSE)'"'"')
260260
)
261261
),
262262
"coveragelist.csv"
@@ -271,7 +271,7 @@ jobs:
271271
grep --quiet "Failed: 0" $(Pipeline.Workspace)/logs/test_console_output.txt
272272
273273
workingDirectory: $(Pipeline.Workspace)/dsBaseClient
274-
displayName: 'Code coverage and JUnit report output'
274+
displayName: 'Code coverage and JUnit report output, with dsBase'
275275
condition: succeeded()
276276
277277
@@ -335,7 +335,7 @@ jobs:
335335
grep --quiet "Failed: 0" $(Pipeline.Workspace)/logs/test_console_output.txt
336336
337337
workingDirectory: $(Pipeline.Workspace)/dsBaseClient
338-
displayName: 'Code coverage and JUnit report output'
338+
displayName: 'Code coverage and JUnit report output, with dsBase and dsDanger'
339339
condition: succeeded()
340340
341341

0 commit comments

Comments
 (0)