Skip to content

Commit

Permalink
Only Linux, differently.
Browse files Browse the repository at this point in the history
  • Loading branch information
randymarsh77 committed Dec 3, 2024
1 parent c6dff7c commit 057a4b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,13 @@ jobs:
- name: Restore coverage reports
uses: actions/download-artifact@v4
with:
pattern: coverage-report-*
path: coverage-reports
pattern: coverage-report-linux
merge-multiple: true

- name: Upload test coverage
uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true
files: linux.lcov
directory: coverage-reports
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 057a4b6

Please sign in to comment.