From b88658bbed384a3f54fbb14978f2986921d739cf Mon Sep 17 00:00:00 2001 From: Kiran Patel <7103956+kiran94@users.noreply.github.com> Date: Fri, 26 May 2023 21:32:31 +0100 Subject: [PATCH] fix(ci): delete old coverage comments (#36) * fix(ci): delete old coverage comments * fix(ci): add issue reference --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 991b40a..2c338b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,10 +50,11 @@ jobs: - name: Code Coverage Report if: matrix.python-version == '3.x' && matrix.poetry-version == '1.4.2' && matrix.os == 'ubuntu-latest' && github.ref != 'refs/heads/main' - uses: romeovs/lcov-reporter-action@v0.2.16 + uses: romeovs/lcov-reporter-action@2a28ec3e25fb7eae9cb537e9141603486f810d1a # https://github.com/romeovs/lcov-reporter-action/issues/46 with: lcov-file: coverage.lcov github-token: ${{ secrets.GITHUB_TOKEN }} + delete-old-comments: true - name: Integration Test run: make integration_test