decentraland / builder-server

Builder app backend
20 stars 17 forks source link

fix: Update deps and remove unused code #640

Closed LautaroPetaccio closed 1 year ago

LautaroPetaccio commented 1 year ago

This PR updates most of the dependencies to their last non-major update and removes the legacy authentication mechanism.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4503852527

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


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/utils/errors.ts 1 2 50.0%
src/middleware/authentication.ts 1 3 33.33%
<!-- Total: 6 9 66.67% -->
Files with Coverage Reduction New Missed Lines %
src/LAND/index.ts 1 100.0%
src/NFT/index.ts 1 100.0%
src/Curation/Curation.service.ts 4 46.03%
src/Curation/Curation.router.ts 99 29.96%
<!-- Total: 105 -->
Totals Coverage Status
Change from base Build 4501768244: -1.9%
Covered Lines: 2574
Relevant Lines: 3745

💛 - Coveralls