Added codecov integration on code push (#1095)

Added codecov integration on code push
This commit is contained in:
Andrew Nester 2024-01-02 10:32:17 +01:00 committed by GitHub
parent 3e6e04831f
commit 9cb098506a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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