Merge pull request #1117 from vector-im/michaelk/report_coverage
Push code coverage percentages to codecov.io.
This commit is contained in:
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user