• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

haraka / haraka-plugin-rspamd / 26373656766

24 May 2026 09:48PM UTC coverage: 89.581% (-4.5%) from 94.071%
26373656766

Pull #55

github

web-flow
Merge d1f575bc8 into cd8f188ae
Pull Request #55: Release v1.6.0

178 of 207 branches covered (85.99%)

Branch coverage included in aggregate %.

3 of 7 new or added lines in 2 files covered. (42.86%)

527 of 580 relevant lines covered (90.86%)

13.5 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

11.76
/package.json
1
{
86✔
2
  "name": "haraka-plugin-rspamd",
86✔
3
  "version": "1.6.0",
86✔
4
  "description": "Haraka plugin for rspamd",
86✔
5
  "main": "index.js",
×
6
  "scripts": {
×
7
    "format": "npm run prettier:fix && npm run lint:fix",
×
8
    "lint": "npx eslint *.js test",
×
9
    "lint:fix": "npx eslint --fix *.js test",
×
10
    "prettier": "npx prettier . --check",
×
11
    "prettier:fix": "npx prettier . --write --log-level=warn",
×
12
    "test": "node --test",
×
NEW
13
    "test:coverage": "node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=test/*.js",
×
14
    "test:coverage:lcov": "mkdir -p coverage && node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info",
×
15
    "versions": "npx npm-dep-mgr check",
×
16
    "versions:fix": "npx npm-dep-mgr update"
×
17
  },
×
18
  "repository": {
×
19
    "type": "git",
×
20
    "url": "git+https://github.com/haraka/haraka-plugin-rspamd.git"
×
21
  },
×
22
  "keywords": [
×
23
    "haraka",
×
24
    "plugin",
×
25
    "rspamd"
×
26
  ],
×
27
  "author": "Haraka Team <haraka.mail@gmail.com>",
×
28
  "license": "MIT",
×
29
  "bugs": {
×
30
    "url": "https://github.com/haraka/haraka-plugin-rspamd/issues"
×
31
  },
×
32
  "homepage": "https://github.com/haraka/haraka-plugin-rspamd#readme",
×
33
  "devDependencies": {
×
34
    "@haraka/eslint-config": "^2.0.4",
×
NEW
35
    "@haraka/email-address": "^3.1.4",
×
NEW
36
    "haraka-test-fixtures": "^1.6.0"
×
37
  },
×
38
  "dependencies": {
×
NEW
39
    "haraka-dsn": "^1.2.0"
×
40
  },
×
41
  "files": [
×
42
    "CHANGELOG.md",
×
43
    "config"
×
44
  ],
×
45
  "prettier": {
×
46
    "singleQuote": true,
×
47
    "semi": false
×
48
  }
×
49
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc