Skip to content

Commit

Permalink
Linux only
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarrell-kx committed Sep 20, 2023
1 parent a16be97 commit bf8a6df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
if: runner.os != 'Linux'

- name: Code coverage summary
if: runner.os == 'Linux'
uses: irongut/[email protected]
with:
filename: ./coverage-reports/cobertura-coverage.xml
Expand All @@ -43,9 +44,11 @@ jobs:
output: "both"

- name: Write Coverage to Job Summary
if: runner.os == 'Linux'
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY

- name: Upload lcov result
if: runner.os == 'Linux'
uses: actions/upload-artifact@v3
with:
name: lcov
Expand Down

0 comments on commit bf8a6df

Please sign in to comment.