Skip to content

Commit

Permalink
ci: deactivate lcov
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrusowsky authored Mar 5, 2024
1 parent a73a464 commit 895805e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,3 @@ jobs:

- name: Run cross-chain fork tests
run: pnpm run test:crosschainfork

# FYI: currently version 1.14
- name: Setup lcov
uses: hrishikesh-kadam/setup-lcov@v1

- name: Run Code Coverage
run: pnpm run test:coverage

- name: Add Artifacts
uses: actions/upload-artifact@v3
with:
name: lcov.info
path: lcov.info

- name: Report Code Coverage
uses: zgosalvez/github-actions-report-lcov@v3
with:
coverage-files: lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
update-comment: true

0 comments on commit 895805e

Please sign in to comment.