Skip to content

Commit fa57864

Browse files
committed
nit #10774
1 parent 225c7ef commit fa57864

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ jobs:
284284
$feature_branch_frontend_coverage = $totalCoverage / $nonZeroCount
285285
}
286286
287-
echo "FOO: $feature_branch_frontend_coverage"
288-
289287
Write-Output "feature_branch_frontend_coverage=$feature_branch_frontend_coverage" | Out-File -Append $env:GITHUB_ENV
290288
291289
- name: Download target branch frontend coverage report artifact

arches/install/arches-templates/.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,6 @@ jobs:
284284
$feature_branch_frontend_coverage = $totalCoverage / $nonZeroCount
285285
}
286286
287-
echo "FOO: $feature_branch_frontend_coverage"
288-
289287
Write-Output "feature_branch_frontend_coverage=$feature_branch_frontend_coverage" | Out-File -Append $env:GITHUB_ENV
290288
291289
- name: Download target branch frontend coverage report artifact

arches/management/commands/updateproject.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def update_to_v7_6(self):
166166

167167
path_to_project = os.path.join(settings.APP_ROOT, "..")
168168
for relative_file_path in [
169-
'gettext.config.js', '.coveragerc', '.gitignore', "tsconfig.json", "tests/test_settings.py", "tests/search_indexes/sample_index_tests.py", "pyproject.toml"
169+
'gettext.config.js', '.coveragerc', '.gitignore', "tests/test_settings.py", "tests/search_indexes/sample_index_tests.py", "pyproject.toml"
170170
]: # relative to app root directory
171171
try:
172172
file = open(os.path.join(path_to_project, relative_file_path),'r')

0 commit comments

Comments
 (0)