Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cenh-halfspace committed Jan 2, 2025
1 parent 40e4834 commit fca6d22
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/check_test_count.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ else
difference=$((total_test_count - executed_test_count))
echo "Found $difference tests not executed. A folder is missing in the matrix."
exit 1
fi
fi
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ services:
# Pass the environment variables from your shell straight through to your containers.
# No warning is issued if the variable in the shell environment is not set.
# See https://docs.docker.com/compose/environment-variables/set-environment-variables/#additional-information-1
- AZURE_KEYVAULT_URL
- AZURE_KEYVAULT_URL
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ services:
# Pass the environment variables from your shell straight through to your containers.
# No warning is issued if the variable in the shell environment is not set.
# See https://docs.docker.com/compose/environment-variables/set-environment-variables/#additional-information-1
- AZURE_KEYVAULT_URL
- AZURE_KEYVAULT_URL
3 changes: 2 additions & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ RUN spark-shell
RUN usermod -l nayvoj jovyan && \
usermod -u 1001 nayvoj && \
usermod -l jovyan nayvoj
RUN usermod -u 1001 jovyan

RUN usermod -u 1001 jovyan
4 changes: 2 additions & 2 deletions .docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -l
#!/bin/bash

# Copyright 2020 Energinet DataHub A/S
#
Expand Down Expand Up @@ -41,4 +41,4 @@ coverage json
# Create human reader friendly HTML report
coverage html

coverage-threshold --line-coverage-min 25
coverage-threshold --line-coverage-min 25

0 comments on commit fca6d22

Please sign in to comment.