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

php-coder / mystamps / 168
72%

Build:
DEFAULT BRANCH: master
Ran 28 Oct 2014 08:18PM UTC
Jobs 2
Files 101
Run time 6min
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
168

push

travis-ci

php-coder
Simplify Spring's @RequestMapping for GET requests.

Automated with the following one-liners:
git grep -l 'import.*RequestMethod' | while read F; do grep -q 'RequestMethod.POST' "$F" || sed -i '/import.*RequestMethod/d' "$F"; done
git grep -l 'RequestMethod\.GET' | xargs sed -i 's|(value = \([^,]\+\), method = RequestMethod.GET)|(\1)|'

No functional changes.

509 of 1361 relevant lines covered (37.4%)

0.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 168.1 28 Oct 2014 08:18PM UTC 0
37.4
Travis Job 168.1
2 168.2 28 Oct 2014 08:24PM UTC 0
37.4
Travis Job 168.2
Source Files on build 168
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #168
  • c2265d27 on github
  • Prev Build on master (#167)
  • Next Build on master (#169)
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