Skip to content

Commit

Permalink
Added codecov integration on code push (#1095)
Browse files Browse the repository at this point in the history
Added codecov integration on code push
  • Loading branch information
andrewnester authored Jan 2, 2024
1 parent 3e6e048 commit 9cb0985
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- name: Run tests
run: make test

- name: Publish test coverage
uses: codecov/codecov-action@v1

fmt:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 9cb0985

Please sign in to comment.