twisted / txaws

Twisted-based Asynchronous Libraries for Amazon Web Services and clouds that support the AWS APIs
MIT License
32 stars 18 forks source link

Use towncrier #49

Closed exarkun closed 7 years ago

exarkun commented 7 years ago

Fixes #28

codecov[bot] commented 7 years ago

Codecov Report

Merging #49 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
+ Coverage   96.27%   96.27%   +<.01%     
==========================================
  Files          73       74       +1     
  Lines        8698     8701       +3     
  Branches      609      609              
==========================================
+ Hits         8374     8377       +3     
  Misses        202      202              
  Partials      122      122
Impacted Files Coverage Δ
txaws/__init__.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c48179f...8bb187d. Read the comment docs.

hawkowl commented 7 years ago

If you would like to be on the cutting edge(tm) you can use the pyproject.toml config method, and configure the newsfile types: https://github.com/hawkowl/towncrier/blob/master/pyproject.toml

I haven't documented it yet (because lol what even is free time these days) but if you want more control over the newsfile types, it'll be better. The .ini method is here to stay, though.