File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,12 +49,13 @@ jobs:
4949 DEBUG : ' none'
5050
5151 - name : Run E2E tests
52- run : REPLAY=bloody npm run coverage
52+ run : REPLAY=bloody npm run test:deprecated
5353 env :
5454 SOURCE_URL : ${{ secrets.SOURCE_URL }}
5555 DEBUG : ' none'
5656
5757 - name : Coveralls
58+ if : success() || failure()
5859 uses : coverallsapp/github-action@master
5960 with :
6061 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7171 "start" : " node ./bin/www.js" ,
7272 "test" : " SOURCE_URL=${SOURCE_URL:-https://public:none@corpusdev.example.org} NODE_ENV=test NODE_TLS_REJECT_UNAUTHORIZED=0 mocha --timeout 100000 --recursive test" ,
7373 "test:debug" : " node-debug _mocha test/integration/oauth.js" ,
74- "test:deprecated" : " DEBUG=${DEBUG:-lib:user} REPLAY=bloody mocha --timeout 25000 test/routes/deprecated-spec.js" ,
74+ "test:deprecated" : " DEBUG=${DEBUG:-lib:user} REPLAY=bloody nyc mocha --timeout 25000 test/routes/deprecated-spec.js" ,
7575 "test:fielddb" : " NODE_ENV=localhost jasmine-node node_modules/fielddb/tests" ,
7676 "test:production" : " ls config/production.js" ,
7777 "watch" : " nodemon ./bin/www.js"
You can’t perform that action at this time.
0 commit comments