element-call-Github/.github/workflows
Robin 5eaabcf74d
Clean up our tests in preparation for the testing sprint (#2466)
* Fix coverage reporting

Codecov hasn't been working recently because Vitest doesn't report coverage by default.

* Suppress some noisy log lines

Closes https://github.com/element-hq/element-call/issues/686

* Store test files alongside source files

This way we benefit from not having to maintain the same directory structure twice, and our linters etc. will actually lint test files by default.

* Stop using Vitest globals

Vitest provides globals primarily to make the transition from Jest more smooth. But importing its functions explicitly is considered a better pattern, and we have so few tests right now that it's trivial to migrate them all.

* Remove Storybook directory

We no longer use Storybook.

* Configure Codecov

Add a coverage gate for all new changes and disable its comments.

* upgrade vitest

---------

Co-authored-by: Timo <toger5@hotmail.de>
2024-08-27 15:45:39 +02:00
..
build.yaml inputs -> with 2024-04-15 14:47:07 +00:00
docker.yaml Update docker/build-push-action action to v6.7.0 2024-08-14 15:07:05 +00:00
e2e.yml Pin dependencies 2024-06-21 13:21:08 +00:00
element-call.yaml Update GitHub Actions 2024-08-12 13:18:51 +00:00
lint.yaml Update GitHub Actions 2024-08-01 01:04:00 +00:00
netlify.yaml Update GitHub Actions 2024-08-01 01:04:00 +00:00
pr-deploy.yaml Pin dependencies 2024-06-21 13:21:08 +00:00
publish.yaml Update GitHub Actions 2024-08-12 13:18:51 +00:00
test.yaml Clean up our tests in preparation for the testing sprint (#2466) 2024-08-27 15:45:39 +02:00
translations-download.yaml Update GitHub Actions 2024-08-01 01:04:00 +00:00
translations-upload.yaml Pin dependencies 2024-06-21 13:21:08 +00:00