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

Displayr / flipFormat / 631
77%

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2020 07:30AM UTC
Jobs 1
Files 31
Run time 2s
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
631

api

travis-ci-com

web-flow
DS-3053 Shrink widget for wordbag and list of items (#22)

* DS-3023 Move common table props to CSS

Reduce the text alignment specifications from every row
to once in the CSS table settings

* DS-3023 Condense styling in css

Use shorter class labels and group common styles together in css.

* DS-3023 Remove tokens from span element

Remove tokens explicity from inside the inline span tags and instead
print the tokens using after in the css

* DS-3023 Change class name indices to different base

Change the class names from a decimal counting base to a different base.
It appears [0-9][a-z][A-Z][-][_] are valid css names but html class
names seem to be case insensitive. Hence only lower case letters are
used. I.e. change class = "word123456789" to class = "fm31yq"

* DS-3023 Use anchor instead of span

Using anchor tags <a> instead of span <span> for all token mentions.

* DS-3023 Tidy up tooltip text

Only show variants if there is more than one variant. Also wrap example
text in single quotes for easier readability.

* DS-3023 Separate style and content classes

To ensure raw text highlighting uses the original raw tokens, the
styling and token content are separated into different classes.

* DS-3023 Make unique placeholders more efficient

Profiling the function, UniquePlaceholders was quite slow. Seems more
efficient to use the stringi functions instead with a call to
make.unique to ensure strings dont conflict.

* DS-3023 Remove quotes from examples

* DS-3053 Prevent incomplete final line warning [revdep skip]

* DS-3053 Start style class names with s

For CSS styling purposes, start the class names with s for convenient
styling.

* DS-3053 Add logical check to token placeholders

To prevent a placeholder reference being missed. Add a logical vector to
check if a matching pattern was found. This affects contractions. i.e.
raw text has don't, while the pattern is dont since the apostrophes have... (continued)

1831 of 2589 relevant lines covered (70.72%)

15.56 hits per line

Jobs
ID Job ID Ran Files Coverage
1 631.1 (MATRIX_EVAL="CC=gcc-6 && CXX=g++-6 && CXX_OLEVEL=2") 28 Aug 2020 07:30AM UTC 0
70.72
Travis Job 631.1
Source Files on build 631
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #631
  • c5bbc655 on github
  • Prev Build on master (#630)
  • Next Build on master (#633)
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