Skip to content

Commit bebf07e

Browse files
committed
Remove params file
1 parent 818d760 commit bebf07e

File tree

15 files changed

+30
-15
lines changed

15 files changed

+30
-15
lines changed

_delphi_utils_python/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ test:
1919
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2020

2121
clean:
22-
rm -r env
22+
rm -rf env
23+
rm -f params.json

_template_python/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

cdc_covidnet/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

changehc/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

claims_hosp/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

combo_cases_and_deaths/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

google_health/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

google_symptoms/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

jhu/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

nchs_mortality/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

quidel/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

quidel_covidtest/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

safegraph/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

safegraph_patterns/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

usafacts/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test:
2020
(cd tests && ../env/bin/pytest --cov=$(dir) --cov-report=term-missing)
2121

2222
clean:
23-
rm -r env
23+
rm -rf env
24+
rm -f params.json

0 commit comments

Comments
 (0)