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

airbnb / airflow / 1996
0%

Build:
DEFAULT BRANCH: master
Ran 03 Apr 2016 05:02PM UTC
Jobs 6
Files 124
Run time 23min
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
1996

Pull #1285

travis-ci

jlowin
Deprecate *args and **kwargs in BaseOperator

BaseOperator silently accepts any arguments. This deprecates the
behavior with a warning that says it will be forbidden in Airflow 2.0.

This PR also turns on DeprecationWarnings by default, which in turn
revealed that inspect.getargspec is deprecated. Here it is replaced by
`inspect.signature` (Python 3) or `funcsigs.signature` (Python 2).

Lastly, this brought to attention that example_http_operator was
passing an illegal argument.
Pull Request #1285: Deprecate *args and **kwargs in BaseOperator

5208 of 7746 relevant lines covered (67.23%)

3.99 hits per line

Coverage Regressions

Lines Coverage ∆ File
183
100.0
airflow/models.py
32
100.0
airflow/configuration.py
5
100.0
airflow/utils/decorators.py
Jobs
ID Job ID Ran Files Coverage
1 1996.1 (TOX_ENV=py27-cdh-airflow_backend_mysql) 03 Apr 2016 05:24PM UTC 0
66.8
Travis Job 1996.1
2 1996.2 (TOX_ENV=py27-cdh-airflow_backend_sqlite) 03 Apr 2016 05:04PM UTC 0
66.95
Travis Job 1996.2
3 1996.3 (TOX_ENV=py27-cdh-airflow_backend_postgres) 03 Apr 2016 05:02PM UTC 0
66.85
Travis Job 1996.3
4 1996.4 (TOX_ENV=py34-cdh-airflow_backend_mysql) 03 Apr 2016 05:25PM UTC 0
65.9
Travis Job 1996.4
5 1996.5 (TOX_ENV=py34-cdh-airflow_backend_sqlite) 03 Apr 2016 05:12PM UTC 0
66.2
Travis Job 1996.5
6 1996.6 (TOX_ENV=py34-cdh-airflow_backend_postgres) 03 Apr 2016 05:17PM UTC 0
65.92
Travis Job 1996.6
Source Files on build 1996
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1996
  • Pull Request #1285
  • PR Base - master (#1995)
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