Skip to content

Commit

Permalink
fix(ci): delete old coverage comments (#36)
Browse files Browse the repository at this point in the history
* fix(ci): delete old coverage comments

* fix(ci): add issue reference
  • Loading branch information
kiran94 authored May 26, 2023
1 parent 550e5e3 commit b88658b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b88658b

Please sign in to comment.