-
由 Kev Kloss 创作于
This speeds up by rspec:coverage CI job by up to 50 seconds, which directly reduces the total duration of all CI pipelines that run specs. This is done by minifying the SimpleCov `.resultset.json` coverage data files in each rspec job. Even though these files get zipped, they will be uncompressed in the `rspec:coverage` job from artifacts. On disk, they are up to 5 GB in size, which has to be read and parsed by SimpleCov. Through the minimization, the file sizes drop by about 68% to about 1.6 GB on disk.
由 Kev Kloss 创作于This speeds up by rspec:coverage CI job by up to 50 seconds, which directly reduces the total duration of all CI pipelines that run specs. This is done by minifying the SimpleCov `.resultset.json` coverage data files in each rspec job. Even though these files get zipped, they will be uncompressed in the `rspec:coverage` job from artifacts. On disk, they are up to 5 GB in size, which has to be read and parsed by SimpleCov. Through the minimization, the file sizes drop by about 68% to about 1.6 GB on disk.
代码所有者
将用户和群组指定为特定文件更改的核准人。 了解更多。