Skip to content

Commit 8e2515c

Browse files
committed
chore: update comments
1 parent 08fb506 commit 8e2515c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: npm install
1919

20-
# Run tests with coverage
20+
# Run tests and generate coverage report
2121
- run: npm test -- --coverage
2222
continue-on-error: false
2323

24-
# Send coverage report to Coveralls
24+
# Send the coverage report to Coveralls
2525
- run: npm install coveralls --save-dev
2626
- run: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
2727
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "errsole-postgres",
33
"version": "1.0.1",
4-
"description": "postgreSQL storage plugin for Errsole",
4+
"description": "PostgreSQL storage plugin for Errsole",
55
"main": "lib/index.js",
66
"types": "types/index.d.ts",
77
"scripts": {

0 commit comments

Comments
 (0)