From 30eaab4f351125c640226410153f12f448ccf56a Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 25 Aug 2025 09:19:24 -0300 Subject: [PATCH] SIENTIAPDE-1193 SIENTIAPDE-1193 Update values.yaml to include new environment variables for enhanced configuration - Added new environment variables for improved deployment flexibility. - Updated existing configurations to align with recent changes in the application structure. --- coverage.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 coverage.sh diff --git a/coverage.sh b/coverage.sh new file mode 100755 index 0000000..276b6b0 --- /dev/null +++ b/coverage.sh @@ -0,0 +1 @@ +pytest --cov=ingestor --cov-report=html && xdg-open htmlcov/index.html \ No newline at end of file