flatsurf / e-antic

Embedded algebraic number fields
https://flatsurf.github.io/e-antic/libeantic/
GNU Lesser General Public License v3.0
12 stars 11 forks source link

Use sanitizers in CI #204

Closed saraedum closed 3 years ago

saraedum commented 3 years ago

we cannot seem to get valgrind to work on macOS, see https://github.com/conda-forge/valgrind-feedstock/pull/9#issuecomment-901485063. So let's try to use -fsanitize on macOS instead.

Needs https://github.com/wbhart/flint2/pull/992 to be released first.

Needs https://github.com/conda-forge/libtool-feedstock/pull/28 to be merged first.

codecov[bot] commented 3 years ago

Codecov Report

Merging #204 (9768a62) into master (c0cc125) will decrease coverage by 0.04%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #204      +/-   ##
==========================================
- Coverage   92.10%   92.05%   -0.05%     
==========================================
  Files         105      105              
  Lines        2052     2052              
==========================================
- Hits         1890     1889       -1     
- Misses        162      163       +1     
Impacted Files Coverage Δ
libeantic/e-antic/renf_class.hpp 50.00% <0.00%> (-50.00%) :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 c0cc125...9768a62. Read the comment docs.