Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,19 @@ npm install nodehl7 --save
To run tests:
```bash
npm test
```

To run tests with code coverage:
```bash
npm run coverage
```

This will generate coverage reports in the `coverage/` directory:
- `coverage/lcov.info` - LCOV format for CI/GitHub Actions integration
- `coverage/lcov-report/index.html` - HTML report for local viewing
- `coverage/coverage-final.json` - JSON format for programmatic access



```javascript
const Hl7lib = require('nodehl7');
Expand Down
Loading
Loading