Remove coverage-sol PR comments (#1939)

### Description

Removes PR comments that do not work on external contributions
pull/1945/head
Yorke Rhodes 2 years ago committed by GitHub
parent d510a19546
commit 19d9450031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/workflows/node.yml

@ -200,13 +200,6 @@ jobs:
path: './solidity/lcov.info'
key: ${{ github.sha }}
- uses: osmind-development-org/lcov-reporter-action@v0.3.2
with:
title: 'Solidity Coverage Report'
lcov-file: ./solidity/lcov.info
lcov-base: ./solidity/lcov.base.info
delete-old-comments: true
- name: check-coverage
run: |
sudo apt-get install lcov

Loading…
Cancel
Save