davidmoten / rxjava-extras

Utilities for use with rxjava
Apache License 2.0
269 stars 27 forks source link

Fix broken headings in Markdown files #23

Closed bryant1410 closed 7 years ago

bryant1410 commented 7 years ago

GitHub changed the way Markdown headings are parsed, so this change fixes it.

See bryant1410/readmesfix for more information.

Tackles bryant1410/readmesfix#1

codecov-io commented 7 years ago

Codecov Report

Merging #23 into master will decrease coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #23      +/-   ##
============================================
- Coverage     69.79%   69.71%   -0.09%     
  Complexity      403      403              
============================================
  Files            68       68              
  Lines          3447     3447              
  Branches        374      374              
============================================
- Hits           2406     2403       -3     
- Misses          933      936       +3     
  Partials        108      108
Impacted Files Coverage Δ Complexity Δ
...en/rx/internal/operators/OperatorBufferToFile.java 82.17% <0%> (-2.33%) 4% <0%> (ø)

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 186ea24...28629d9. Read the comment docs.

davidmoten commented 7 years ago

Thanks!