JuliaCI / Coverage.jl

Take Julia code coverage and memory allocation results, do useful things with them
MIT License
174 stars 68 forks source link

Fix indentation inside `module`s #319

Closed DilumAluthge closed 3 years ago

DilumAluthge commented 3 years ago

Most Julia packages follow the convention that you don't increase an indentation level inside a module.

This PR fixes the code in this package to follow that convention.

There are no changes other than fixing the indentation and whitespace.

codecov[bot] commented 3 years ago

Codecov Report

Merging #319 (7e69ff8) into master (996d94c) will increase coverage by 0.49%. The diff coverage is 90.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #319      +/-   ##
==========================================
+ Coverage   90.14%   90.64%   +0.49%     
==========================================
  Files           2        2              
  Lines         203      203              
==========================================
+ Hits          183      184       +1     
+ Misses         20       19       -1     
Impacted Files Coverage Δ
src/codecovio.jl 86.86% <86.86%> (+3.03%) :arrow_up:
src/coveralls.jl 94.23% <94.23%> (-1.93%) :arrow_down:

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 996d94c...7e69ff8. Read the comment docs.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 934114613


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/coveralls.jl 98 104 94.23%
src/codecovio.jl 86 99 86.87%
<!-- Total: 184 203 90.64% -->
Totals Coverage Status
Change from base Build 934106591: 0.5%
Covered Lines: 184
Relevant Lines: 203

💛 - Coveralls