From 56875ead27e20466ae7e9663e6644a9ded488c3b Mon Sep 17 00:00:00 2001 From: sourabhk25 Date: Tue, 16 May 2023 00:13:06 -0700 Subject: [PATCH] Test commit for coverage report badge(comment change) --- .github/workflows/coverage_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage_report.yml b/.github/workflows/coverage_report.yml index 07366971..acc8dbc2 100644 --- a/.github/workflows/coverage_report.yml +++ b/.github/workflows/coverage_report.yml @@ -33,7 +33,7 @@ jobs: git config user.name github-actions git config user.email github-actions@github.com git checkout ${{ github.ref }} - git add ./path/to/coverage/report.html # Replace with the actual path to your coverage report HTML file + git add ./docs/coverage/index.html #coverage report HTML file added git commit -m "Update coverage report" git push origin ${{ github.ref }}