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

JurajKubelka / DiscordSt / 102
78%
master: 83%

Build:
Build:
LAST BUILD BRANCH: dev
DEFAULT BRANCH: master
Ran 20 Jun 2017 06:10PM UTC
Jobs 2
Files 2462
Run time 28min
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
102

push

travis-ci

JurajKubelka
add support to embed object

```
DSClient new 
		email: 'email@example.com' password: 'secret-password';
		login;
		embedTitle: 'Discord Message Title';
		embedDescription: 'Hello! I am a message with a [link](http://world.st)';
		embedUrl: 'http://pharo.org';
		embedColor: Color random;
		embedFooterText: 'Pharo Project';
		embedFooterIconUrl: 'attachment://footer.png';
		embedThumbnailUrl: 'attachment://thumbnail.png';
		embedImageUrl: 'attachment://screenshot.png';
		embedInlineFieldName: 'Pharo' value: SystemVersion current version asString;
		embedInlineFieldName: 'OS' value: '[', Smalltalk os name asString, '](https://en.wikipedia.org/wiki/Operating_system)';
		fileName: 'screenshot.png' morph: World submorphs atRandom;
		fileName: 'thumbnail.png' form: #help asIcon;
		fileName: 'footer.png' form: #pharo asIcon;
		sendTo: [ :servers | servers first general ]
```

10914 of 13738 relevant lines covered (79.44%)

0.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 102.1 20 Jun 2017 06:10PM UTC 0
79.44
Travis Job 102.1
2 102.2 20 Jun 2017 06:38PM UTC 0
79.44
Travis Job 102.2
Source Files on build 102
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #102
  • c77a02ec on github
  • Prev Build on command-extensions (#101)
  • Next Build on command-extensions (#103)
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