From ee474b65183b194ecaa47565a38a3bf3c9317e00 Mon Sep 17 00:00:00 2001 From: Aleksei Chumagin Date: Mon, 4 Sep 2023 15:52:37 +0300 Subject: [PATCH] fix: delete empty lines (#116) --- functions/allure_report/README.md | 1 - functions/data_test/README.md | 1 - functions/report_push/README.md | 2 -- 3 files changed, 4 deletions(-) diff --git a/functions/allure_report/README.md b/functions/allure_report/README.md index 23a1f9d..e6056f9 100644 --- a/functions/allure_report/README.md +++ b/functions/allure_report/README.md @@ -27,4 +27,3 @@ Output: Allure report(html+JS) 2. Run it through custom mapper and get Allure results in json format 3. Generate by Allure report from results 4. Save Report to S3 - diff --git a/functions/data_test/README.md b/functions/data_test/README.md index 8c0ccb8..54fed0c 100644 --- a/functions/data_test/README.md +++ b/functions/data_test/README.md @@ -33,4 +33,3 @@ Output: validation results(GX json and GX html) 3. Profile data and save reports to s3 with json and html 4. if necessary generate test suite based on profiling report and save to s3 with json 5. Run generated test suite and save validation results to s3 with json and html - diff --git a/functions/report_push/README.md b/functions/report_push/README.md index 31e8c53..54dbcdc 100644 --- a/functions/report_push/README.md +++ b/functions/report_push/README.md @@ -31,5 +31,3 @@ Output: Bug at Jira 2. Send necessary info to DynamoDB 3. If necessary and failed>0 send metrics to Cloudwatch and sns topic 4. If necessary create bug at Jira - -