Skip to content

Commit

Permalink
Remove redundant CodeCoverage.yml action
Browse files Browse the repository at this point in the history
ci.yml is already computing coverage
  • Loading branch information
Sbozzolo committed May 30, 2024
1 parent b4702dd commit 7abc43e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 35 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/CodeCoverage.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ jobs:
- uses: codecov/codecov-action@v1
with:
file: lcov.info
- name: Submit coverage
if: ${{ matrix.version == '1.10' }} && ${{ matrix.os == 'ubuntu-latest' }}
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 7abc43e

Please sign in to comment.