Skip to content

Commit

Permalink
Add Codecov GitHub Action (#169)
Browse files Browse the repository at this point in the history
* Add Codecov GitHub Action

* Only run on Ubuntu 22
  • Loading branch information
mrp089 authored Jan 24, 2024
1 parent 96a57b0 commit 6b841e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,8 @@ jobs:
with:
name: coverage_report
path: build/svFSI-build/coverage
- name: Upload coverage reports to Codecov
if: startsWith(matrix.os, 'ubuntu-22.04')
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6b841e8

Please sign in to comment.