Skip to content

Commit

Permalink
add upload to code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
k-doering-NOAA committed Sep 21, 2023
1 parent 001fa63 commit 2cb6920
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/get-gtest-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ jobs:
name: coverage.json
path: coverage.json

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
files: coverage.json


0 comments on commit 2cb6920

Please sign in to comment.