From 9fe39a1e129591dea6f530611fcf4300be49d780 Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Thu, 10 Feb 2022 07:16:44 -0500 Subject: [PATCH] fix codecov ignore test dir, add pthread to appveyor cygwin --- .appveyor.yml | 2 ++ .codecov.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 8323993..2dc4a93 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -84,6 +84,7 @@ environment: ADDPATH: C:\cygwin\bin; B2_ADDRESS_MODEL: 32 B2_CXXSTD: 03,11,14,1z + B2_THREADING: threadapi=pthread B2_TOOLSET: gcc - FLAVOR: cygwin (64-bit) @@ -91,6 +92,7 @@ environment: ADDPATH: C:\cygwin64\bin; B2_ADDRESS_MODEL: 64 B2_CXXSTD: 03,11,14,1z + B2_THREADING: threadapi=pthread B2_TOOLSET: gcc - FLAVOR: mingw64 diff --git a/.codecov.yml b/.codecov.yml index 2c99744..01918a0 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -27,5 +27,5 @@ comment: # Ignore specific files or folders. Glob patterns are supported. # See https://docs.codecov.com/docs/ignoring-paths ignore: - - test/**/* - libs/uuid/test + - test/**/*