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

msimerson / Haraka
17%
master: 17%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/redis-4.6.6
DEFAULT BRANCH: master
Repo Added 01 Sep 2014 04:20AM UTC
Files 31
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH connection
branch: connection
CHANGE BRANCH
x
Reset
  • connection
  • 910-results-string
  • 945-convo
  • 962-partial-revert
  • 987-http-init
  • 987-server-http
  • Changes
  • Travis-docker
  • access
  • access-logmsg
  • access-test
  • access-typo
  • address
  • appveyor
  • asn
  • asn-docs
  • async-1.0
  • attachment
  • attachment-cfg
  • attachment-faster
  • auth-results
  • auth_base
  • auth_base-results
  • auth_vpopmail
  • avg
  • avg-noop
  • bounce
  • bug_873
  • cfreader
  • cfreader-cache
  • cfreader-cache2
  • cfreader-lite
  • cfreader-ws
  • changes
  • changes-prep-2.7.0
  • char-encode
  • clamav-noop
  • clamd-reject
  • cleanup-docs
  • cleanups
  • cleanups-more
  • codeclimate
  • config-empty-value-permissible
  • config-plugins
  • config-plugins-docs
  • config-plugins-order
  • config-tests
  • config-type
  • configfile
  • connect.geoip
  • connection-crash
  • connection-dry
  • connection-early-talker
  • connection-errors
  • connection-noop
  • connection-queue-msg
  • connection-results
  • convo
  • coveralls
  • dev-2.6.2-4
  • discard
  • dkim
  • dkim_sign
  • dmarc
  • dns_list
  • dns_list_base
  • dns_utils
  • dnsbl-error-msg
  • dnswl
  • docs
  • drop-node-0.8
  • dsn_fix-test
  • early-talker
  • early_talker
  • fcrdns
  • fcrdns-enodata
  • fcrdns-ptr-valid
  • fs-watch
  • fs-watch-cb
  • geoip
  • geoip-reportas
  • graph-deprecate
  • grunt
  • haproxy-ipv6
  • headers
  • headers-two-more
  • http-server
  • iconv_lite
  • iojs
  • ipv6-rfc1918
  • is_ip_in_str
  • karma
  • karma-dnsbl
  • karma-messages
  • karma-mf
  • karma-minus-concurrent
  • karma-noop
  • karma-pruning
  • karma-skip-outbound
  • karma-tests
  • karma2
  • limit
  • limit.ini
  • line-endings
  • line_socket
  • lint
  • log-elasticsearch
  • log-reader
  • malware-config-speedup
  • master
  • mfr
  • net_utils
  • net_utils.get_ipany_re
  • net_utils.get_ips_by_host
  • node-0.8
  • noop
  • nosql
  • outbound
  • outbound-lint
  • p0f
  • plugin-dir
  • plugins
  • plugins-from-node_modules
  • plugins-test
  • plugins.noop
  • prep-release-2.7.0
  • public-suffix-list
  • rcpt.ldap
  • rcpt.routes
  • readme
  • redis-plugin
  • regex-improve-ipv6
  • relaying
  • reponse
  • result_store
  • result_store-array-array
  • result_store-envelope
  • result_store-hidden
  • results-has-num-bool
  • results-redis
  • results-string
  • routes
  • rspamd
  • rspamd-bugfix
  • rspamd-missing-plugin
  • server
  • server-http-init
  • server-noop
  • smtp_client
  • smtp_client2
  • smtp_client3
  • smtp_client4
  • smtp_forward
  • smtp_forward-noop
  • spamassassin
  • spf-test-noise
  • syslog-strongloop
  • test-cleanups
  • tls
  • tls-notls-after-failure
  • toaster
  • todo
  • toobusy
  • travis
  • ubuntu
  • uribl-call_next
  • uribl-doc
  • uribl-multiple-callback
  • utils
  • utils-elapsed
  • vim-droppings
  • watch
  • watch-http
  • watch-http-init
  • watch-updates
  • windows-compat

pending completion
1626

push

travis-ci

msimerson
only store the extra recipient info when action != accept

1 of 6 relevant lines covered (16.67%)

0.67 hits per line

Relevant lines Covered
Build:
Build:
6 RELEVANT LINES 1 COVERED LINES
0.67 HITS PER LINE
Source Files on connection
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1626 connection only store the extra recipient info when action != accept push 12 Jul 2015 02:05AM UTC msimerson travis-ci pending completion  
1539 connection conn results: trim <> off sender and recip addrs except for null sender. * angle brackets aren't useful in ES or watch output * rename the result properties to be more clear (especially since recipients are objects): * mail_from.sender ... push 14 Jun 2015 11:27PM UTC msimerson travis-ci pending completion  
1521 connection connection: store MF and RC to results * store recipients in results_store * move rcpt incrementing into rcpt_incr, which also saves to results replaces 10 of these: this.transaction.rcpt_count[action]++; this.rcpt_count[action]++; wit... push 13 Jun 2015 12:25AM UTC msimerson travis-ci pending completion  
1520 connection results: additions to approximate legacy log lines for envelope sender and recipient push 13 Jun 2015 12:23AM UTC msimerson travis-ci pending completion  
1508 connection revert push 12 Jun 2015 07:37AM UTC msimerson travis-ci pending completion  
1507 connection revert push 12 Jun 2015 07:32AM UTC msimerson travis-ci pending completion  
1506 connection revert push 12 Jun 2015 07:28AM UTC msimerson travis-ci pending completion  
1504 connection conn: go all in on result_store push 12 Jun 2015 06:21AM UTC msimerson travis-ci pending completion  
1501 connection conn: move rcpt incrementing into rcpt_incr replaces 9 of these: this.transaction.rcpt_count[action]++; this.rcpt_count[action]++; with 9 of this: this.rcpt_incr('accept'); rcpt_incr also saves the recipient and action to result_s... push 12 Jun 2015 04:08AM UTC msimerson travis-ci pending completion  
1500 connection connection: added default_envelope_msg() 1. replaces 17x: msg || ... constructs with a setter so that msg is always defined. 2. store recipients in results_store push 12 Jun 2015 03:55AM UTC msimerson travis-ci pending completion  
See All Builds (874)
  • Repo on GitHub
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

© 2025 Coveralls, Inc