Merge pull request #1160 from vector-im/michaelk/add_codecov_to_livekit

Commit codecov.io coverage workflow to livekit branch
This commit is contained in:
Michael Kaye
2023-06-28 08:40:06 +01:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

@@ -18,3 +18,7 @@ jobs:
run: "yarn install"
- name: Jest
run: "yarn run test"
- name: Upload to codecov
uses: codecov/codecov-action@v3
with:
flags: unittests