Skip to content

Commit 308bec8

Browse files
committed
Merge branch 'main' into fb-package-automate-tests
2 parents dcea2f1 + 70ab188 commit 308bec8

File tree

378 files changed

+34440
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+34440
-4
lines changed

_delphi_utils_python/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
commit = False
44
tag = False
55
tag_name = delphi-utils/v{new_version}

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
2121
},
2222
"usa-facts": {
23-
"max_age": 3,
23+
"max_age": 5,
2424
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
2525
},
2626
"jhu-csse": {

facebook/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ lint: coverage
144144
test: delphiFacebook_1.0.tar.gz
145145
if [ ! -f params.json ]; then cp params.json.template params.json; fi
146146
grep testthat params.json
147-
R CMD check $<
147+
R CMD check --test-dir=unit-tests $<
148+
R CMD check --test-dir=integration-tests $<
148149

149150
delphiFacebook_1.0.tar.gz: $(wildcard delphiFacebook/R/*.R)
150151
R CMD build delphiFacebook

0 commit comments

Comments
 (0)