* disable coverage

This reduces runtime of the server test suite from ~30m to ~10m, and as far as I can see: we discarded the coverage output anyway.

* allow morph 60s to migrate when running tests

* scripts/test.sh: drop COVERMODE

Stop generating coverage data when running unit tests. It's likely we'll want this data back at some point, but for now it's unused and removing simplifies invoking tests for developers.

* scripts/test.sh: remove cleanup steps

* scripts/test.sh: drop TESTS parameter

* scripts/test.sh: drop TESTFLAGS parameter

* switch to gotestsum
Этот коммит содержится в:
Jesse Hallam
2023-06-15 15:27:52 -03:00
коммит произвёл GitHub
родитель 6fae1736eb
Коммит 2765d92991
7 изменённых файлов: 146 добавлений и 100 удалений

1
server/.gitignore поставляемый
Просмотреть файл

@@ -113,6 +113,7 @@ cprofile.out
*.test
webapp/coverage
/report.xml
/gotestsum.json
.agignore
.ctags