Skip to content

Commit

Permalink
Coverage (#91)
Browse files Browse the repository at this point in the history
* Coverage

* Adapted action script
  • Loading branch information
ralfhandl authored Oct 7, 2020
1 parent 2e0f50a commit ee5d9cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
npm install
npm run build --if-present
npm test
git diff --exit-code
git diff --exit-code vocabularies
env:
CI: true
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
coverage
node_modules
CMakeCache.txt
CMakeFiles
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
"odata-csdl": "oasis-tcs/odata-csdl-schemas"
},
"devDependencies": {
"c8": "^7.3.1",
"mocha": "^6.1.4"
},
"scripts": {
"build": "node lib/transform.js",
"test": "mocha",
"test": "c8 mocha",
"watch": "mocha --watch"
},
"author": "",
"license": "SEE LICENSE IN LICENSE.md"
}
}

0 comments on commit ee5d9cf

Please sign in to comment.