Merge pull request #1117 from vector-im/michaelk/report_coverage

Push code coverage percentages to codecov.io.
This commit is contained in:
Michael Kaye
2023-06-23 12:52:41 +01:00
committed by GitHub
2 changed files with 10 additions and 1 deletions

View File

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