Add codecov

This commit is contained in:
Ajay Ramachandran 2023-02-18 00:16:18 -05:00 committed by GitHub
parent b95b6d8efe
commit 2e3f4f8c70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.github/workflows/codecov.yaml vendored Normal file
View file

@ -0,0 +1,16 @@
name: Codecov
on:
push:
branches:
- master
pull_request:
jobs:
codecov:
name: Run Codecov
runs-on: ubuntu-latest
steps:
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3