snowtrack / snowfs

SnowFS v1 - a fast, scalable version control file storage for graphic files :art:
https://www.snowtrack.io
GNU General Public License v3.0
1.3k stars 43 forks source link

Use npm run ci-all to build SnowFS #274

Closed sebastianrath closed 2 years ago

sebastianrath commented 2 years ago

Use npm ci instead of npm install for the build pipeline.

npm ci

See https://docs.npmjs.com/cli/v8/commands/npm-ci

This command is similar to npm install, except it's meant to be used in automated environments such as test platforms, continuous integration, and deployment -- or any situation where you want to make sure you're doing a clean install of your dependencies.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2164506219


Files with Coverage Reduction New Missed Lines %
src/io_context.ts 2 51.51%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 2160407288: 1.7%
Covered Lines: 1699
Relevant Lines: 2020

💛 - Coveralls
coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2164506219

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/io_context.ts 2 66.5%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 2160407288: 6.3%
Covered Lines: 2254
Relevant Lines: 2410

💛 - Coveralls