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

chapel-lang / github-email-notifications / 32
98%

Build:
DEFAULT BRANCH: master
Ran 17 Jan 2019 10:40PM UTC
Jobs 1
Files 2
Run time 1s
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

pending completion
32

push

travis-ci

web-flow
Merge pull request #12 from bradcray/split-commas

Split on commas in CC environment variable for chapel_commits emails

[reviewed by @benharsh and @jhoole; awful Python programming all my fault]

We're currently observing that a comma-separated list of email
addresses in the GITHUB_COMMIT_EMAILER_RECIPIENT_CC environment
variable is only sending to the first address rather than all of them,
in spite of the fact that the message header looks as though it
contains all of them using a reasonable format.

This applies a .split(",") to the variable before passing it to the
envelopes initializer to see whether splitting it into a list of
addresses works better.

4 of 4 new or added lines in 1 file covered. (100.0%)

289 of 294 relevant lines covered (98.3%)

0.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32.1 17 Jan 2019 10:40PM UTC 0
98.3
Travis Job 32.1
Source Files on build 32
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #32
  • b3a36792 on github
  • Prev Build on master (#25)
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