datahq / dataflows

DataFlows is a simple, intuitive lightweight framework for building data processing flows in python.
https://dataflows.org
MIT License
194 stars 39 forks source link

Added resources generated by tests to gitignore #101

Closed roll closed 4 years ago

roll commented 5 years ago
roll commented 5 years ago

@akariv Please take a look

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 352


Files with Coverage Reduction New Missed Lines %
dataflows/processors/printer.py 7 71.93%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 346: -0.4%
Covered Lines: 1592
Relevant Lines: 1893

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 348


Totals Coverage Status
Change from base Build 346: 0.0%
Covered Lines: 1599
Relevant Lines: 1893

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 348


Totals Coverage Status
Change from base Build 346: 0.0%
Covered Lines: 1599
Relevant Lines: 1893

💛 - Coveralls
akariv commented 5 years ago

Would be good to move all outputs to out/ instead of keeping them in root / data, no?

roll commented 5 years ago

@akariv I agree. I'll update. I wasn't sure why it uses the current way

roll commented 5 years ago

@akariv I've updated the tests. So now only one thing I had to add to .gitignore is .checkpoints/

akariv commented 4 years ago

Thanks @roll !!