diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2023-09-19 16:04:00 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2023-09-19 16:04:00 +0200 |
commit | 126e2645f2a060197655f9a699ffa4dc3a464bdd (patch) | |
tree | ec8f74ede4ff4839207ce0fcde71f6aae0d4672c /flake.nix | |
parent | c8afa01bc25ba81883f8007ef83532ca550c731d (diff) |
Disable rapidcheck tests in the coverage run
https://hydra.nixos.org/build/233688539
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -588,6 +588,8 @@ lcovFilter = [ "*/boost/*" "*-tab.*" ]; hardeningDisable = ["fortify"]; + + NIX_CFLAGS_COMPILE = "-DCOVERAGE=1"; }; # API docs for Nix's unstable internal C++ interfaces. |