Skip to content

Commit 5be215b

Browse files
committed
Merge remote-tracking branch 'upstream/master' into to_upstream
2 parents 963c2bc + e54c2d7 commit 5be215b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,19 @@ steps:
7676
- bash: |
7777
git config --global user.email "you@example.com"
7878
git config --global user.name "Azure pipeline"
79-
git clone https://datashield:$(GHPAT)@github.com/datashield/dsBaseClient.git dsBaseClient
79+
git clone https://datashield:$(GHPAT)@github.com/datashield/$(repoName).git $(repoName)
8080
git clone https://datashield:$(GHPAT)@github.com/datashield/testStatus.git testStatus
8181
82-
cd dsBaseClient
83-
sudo R -q -e 'library(covr);write.csv(coverage_to_list(covr::package_coverage(type = c("none"), code = c('"'"'testthat::test_package("dsBaseClient", reporter = "silent", stop_on_failure = FALSE)'"'"'))),"../coveragelist.csv")'
82+
cd $(repoName)
83+
sudo R -q -e 'library(covr);write.csv(coverage_to_list(covr::package_coverage(type = c("none"), code = c('"'"'testthat::test_package("$(repoName)", reporter = "silent", stop_on_failure = FALSE)'"'"'))),"../coveragelist.csv")'
8484
cd ../
8585
8686
cp coveragelist.csv testStatus/logs/$(repoName)/
8787
cp coveragelist.csv testStatus/logs/$(repoName)/$(datetime).csv
8888
cp test_results.xml testStatus/logs/$(repoName)/
8989
cp test_results.xml testStatus/logs/$(repoName)/$(datetime).xml
9090
91-
testStatus/source/status.py testStatus/logs/$(repoName)/$(datetime).xml testStatus/logs/$(repoName)/$(datetime).csv status.html dsBetaTestClient
91+
testStatus/source/status.py testStatus/logs/$(repoName)/$(datetime).xml testStatus/logs/$(repoName)/$(datetime).csv status.html $(repoName)
9292
9393
cd testStatus
9494
cp ../status.html docs/$(repoName)/latest/index.html

0 commit comments

Comments
 (0)