huonw / primal

primal puts raw power into prime numbers.
http://docs.rs/primal/
Apache License 2.0
112 stars 19 forks source link

Add codecov.yml to ignore the generators subdirectory. #27

Closed huonw closed 5 years ago

huonw commented 5 years ago

These generators are "tested" via their generated code and its tests, and don't/won't get run as part of the testsuite.

autohuonw commented 5 years ago

@huonw: no appropriate reviewer found, use r? to override

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #27      +/-   ##
=========================================
- Coverage   51.22%   51.2%   -0.02%     
=========================================
  Files          17      17              
  Lines        3934    3933       -1     
=========================================
- Hits         2015    2014       -1     
  Misses       1919    1919
Impacted Files Coverage Δ
primal-sieve/src/lib.rs 100% <0%> (ø) :arrow_up:

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 6961d38...5bd72f4. Read the comment docs.

cuviper commented 5 years ago

bors r+

bors[bot] commented 5 years ago

Build succeeded