Skip to content

Commit

Permalink
Update coverage.yaml (#713)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson authored Jun 19, 2024
1 parent 8fb8e1c commit 81c53b7
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,6 @@ jobs:
with:
name: ${{ matrix.os.name }}-coverage
path: out.lcov


codecov:
name: ${{ matrix.os.name }} / codecov
strategy:
fail-fast: false
matrix:
os:
- runner: ubuntu-latest
name: ubuntu
- runner: windows-latest
name: windows
runs-on: ${{ matrix.os.runner }}
needs: coverage
steps:
- name: Download Coverage from GitHub Artifacts
uses: actions/download-artifact@v4
with:
name: ${{ matrix.os.name }}-coverage
path: out.lcov
- name: Upload to codecov.io
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 81c53b7

Please sign in to comment.