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

Shopify / activerecord-pedantmysql2-adapter / 99 / 6
94%
master: 91%

Build:
Build:
LAST BUILD BRANCH: adapter_class_name_method
DEFAULT BRANCH: master
Ran 27 Jul 2017 05:14PM UTC
Files 5
Run time 0s
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

27 Jul 2017 05:12PM UTC coverage: 29.63%. Remained the same
2.0.0, Gemfile.activerecord40

push

travis-ci

Edouard-chin
Do not raise exception if Mysql warns about unexisting table when dropping it:

- When a SQL query like this gets executed `DROP TABLE IF EXISTS `no_such_table`', Mysql will output a simple warning
```
     mysql> DROP TABLE IF EXISTS test.no_such_table;
     Query OK, 0 rows affected, 1 warning (0.00 sec)
     mysql> SHOW WARNINGS;
     +-------+------+------------------------------------+
     | Level | Code | Message                            |
     +-------+------+------------------------------------+
     | Note  | 1051 | Unknown table 'test.no_such_table' |
     +-------+------+------------------------------------+
     1 row in set (0.00 sec)
  ```
- pedant_mysql adapter should not raise an exception on this warning

32 of 108 relevant lines covered (29.63%)

0.3 hits per line

Source Files on job 99.6 (2.0.0, Gemfile.activerecord40)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 99
  • Travis Job 99.6
  • 9c1dce72 on github
  • Prev Job for 2.0.0, Gemfile.activerecord40 on drop-table-no-exception (#97.6)
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