Skip to content

Commit aaac420

Browse files
committed
Rework setting of variable
1 parent 3d067a2 commit aaac420

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ variables:
3232
branchName: $(Build.SourceBranchName)
3333
test_filter: '*'
3434
_r_check_system_clock_: 0
35+
PERF_PROFILE: 'azure-pipeline'
3536

3637

3738
#########################################################################################
@@ -253,7 +254,7 @@ jobs:
253254
#
254255
# "_-|arg-|smk-|datachk-|disc-|math-|expt-|expt_smk-"
255256
# testthat::test_package("$(projectName)", filter = "_-|datachk-|smk-|arg-|disc-|perf-|smk_expt-|expt-|math-", reporter = multi_rep, stop_on_failure = FALSE)
256-
export PERF_PROFILE="azure-pipeline"
257+
257258
sudo R -q -e '
258259
library(covr);
259260
dsbase.res <- covr::package_coverage(

0 commit comments

Comments
 (0)