Skip to content

Commit

Permalink
feat: Use apps with db build branch to try coverage report (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinszuchet authored Oct 22, 2024
1 parent 923564b commit 0c24baa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Worlds Content Server

[![Coverage Status](https://coveralls.io/repos/github/decentraland/worlds-content-server/badge.svg)](https://coveralls.io/github/decentraland/worlds-content-server)


This is a simple content server API needed to deploy and retrieve scenes.

It uses the `@dcl/catalyst-storage` library to store the deployments either on the disk or S3.
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"lint:check": "eslint '**/*.{js,ts}'",
"lint:fix": "eslint '**/*.{js,ts}' --fix",
"start": "node --trace-warnings --abort-on-uncaught-exception --unhandled-rejections=strict dist/index.js",
"test": "jest --forceExit --detectOpenHandles --verbose",
"test:coverage": "jest --forceExit --detectOpenHandles --coverage --verbose",
"test": "jest --forceExit --detectOpenHandles --coverage --verbose",
"start:db": "docker-compose up -d && docker exec world_content_server_db bash -c \"until pg_isready; do sleep 1; done\" && sleep 5"
},
"dependencies": {
Expand Down

0 comments on commit 0c24baa

Please sign in to comment.