Skip to content

Commit

Permalink
yes
Browse files Browse the repository at this point in the history
  • Loading branch information
SidSethi committed May 27, 2022
1 parent c65aa46 commit e7eecb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions creator-node/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Coverage Status](https://coveralls.io/repos/github/AudiusProject/audius-protocol/badge.svg)](https://coveralls.io/github/AudiusProject/audius-protocol)

An Audius Content Node (previously known as Creator Node) maintains the availability of content on Audius's decentralized network. The information stored includes Audius user metadata, images, and audio content. The content is backed by either aws S3 or a local directory.

To blacklist content on an already running node:
Expand Down
1 change: 1 addition & 0 deletions creator-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test:local:teardown": "./scripts/run-tests.sh standalone_creator teardown",
"test:teardown": "./scripts/run-tests.sh teardown",
"test:unit": "./scripts/run-tests.sh unit_test",
"test:coverage": "nyc --reporter=lcov --reporter=text npm run test",
"test:coverage:ci": "nyc --reporter=lcov npm run test:ci && nyc report --reporter=text-lcov | coveralls",
"lint:fix": "eslint --fix --ext=js,ts src",
"lint": "eslint --ext=js,ts src"
Expand Down
2 changes: 1 addition & 1 deletion creator-node/scripts/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ run_unit_tests () {

run_integration_tests () {
echo Running integration tests...
./node_modules/mocha/bin/mocha --require ts-node/register test/hashids.test.js --timeout "${INTEGRATION_TIMEOUT}" --exit
./node_modules/mocha/bin/mocha --require ts-node/register test/*.test.js --timeout "${INTEGRATION_TIMEOUT}" --exit
}

ARG1=${@:$OPTIND:1}
Expand Down

0 comments on commit e7eecb7

Please sign in to comment.