We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08fb506 commit 8e2515cCopy full SHA for 8e2515c
.github/workflows/main.yml
@@ -17,11 +17,11 @@ jobs:
17
registry-url: 'https://registry.npmjs.org'
18
- run: npm install
19
20
- # Run tests with coverage
+ # Run tests and generate coverage report
21
- run: npm test -- --coverage
22
continue-on-error: false
23
24
- # Send coverage report to Coveralls
+ # Send the coverage report to Coveralls
25
- run: npm install coveralls --save-dev
26
- run: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
27
env:
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "errsole-postgres",
3
"version": "1.0.1",
4
- "description": "postgreSQL storage plugin for Errsole",
+ "description": "PostgreSQL storage plugin for Errsole",
5
"main": "lib/index.js",
6
"types": "types/index.d.ts",
7
"scripts": {
0 commit comments