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

airbnb / airflow / 2015
0%

Build:
DEFAULT BRANCH: master
Ran 04 Apr 2016 04:18PM UTC
Jobs 6
Files 124
Run time 9min
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
2015

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 2015.1 (TOX_ENV=py27-cdh-airflow_backend_mysql) 04 Apr 2016 04:18PM UTC 0
66.8
Travis Job 2015.1
2 2015.2 (TOX_ENV=py27-cdh-airflow_backend_sqlite) 04 Apr 2016 04:19PM UTC 0
66.95
Travis Job 2015.2
3 2015.3 (TOX_ENV=py27-cdh-airflow_backend_postgres) 04 Apr 2016 04:20PM UTC 0
66.85
Travis Job 2015.3
4 2015.4 (TOX_ENV=py34-cdh-airflow_backend_mysql) 04 Apr 2016 04:27PM UTC 0
65.9
Travis Job 2015.4
5 2015.5 (TOX_ENV=py34-cdh-airflow_backend_sqlite) 04 Apr 2016 04:27PM UTC 0
66.2
Travis Job 2015.5
6 2015.6 (TOX_ENV=py34-cdh-airflow_backend_postgres) 04 Apr 2016 04:28PM UTC 0
65.96
Travis Job 2015.6
Source Files on build 2015
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2015
  • Pull Request #1285
  • PR Base - master (#2011)
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