Skip to content

Commit

Permalink
debugging non-working coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
suculent committed Jan 16, 2023
1 parent cef194f commit 2b23f23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
repo_token: nJpg2RHfxQRyMMmHAYmGTUyWa3B7L76ty

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"snyk": "snyk test",
"snyk-protect": "snyk-protect",
"jasmine": "nyc jasmine",
"test": "nyc jasmine; nyc report --reporter=text-lcov > lcov.info && cat lcov.info | coveralls",
"test": "nyc jasmine; echo 'TEST COMPLETE'; nyc report --reporter=text-lcov > lcov.info; cat lcov.info | coveralls",
"lint": "eslint --config ./.eslintrc --ignore-path ./.eslintignore ./",
"coverage": "npm run mocha",
"mocha": "mocha spec/jasmine --delay=3000 --exit --timeout=5000; nyc report --reporter=text-lcov > lcov.info && cat lcov.info | coveralls",
Expand Down Expand Up @@ -129,7 +129,7 @@
"devDependencies": {
"assert": "^2.0.0",
"codecov": "^3.8.1",
"coveralls": "^3.1.0",
"coveralls": "^3.1.1",
"eslint": "^8.7.0",
"eslint-config-jquery": "^3.0.0",
"expect": "^25.5.0",
Expand Down

0 comments on commit 2b23f23

Please sign in to comment.