From f2cb2215213c0d831a697b0b440f78d9ad5c2b83 Mon Sep 17 00:00:00 2001
From: Tavian Barnes <tavianator@tavianator.com>
Date: Thu, 21 Apr 2022 16:39:23 -0400
Subject: Makefile: Put the main .o files under build/src

---
 .github/workflows/codecov.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to '.github/workflows')

diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml
index 7901b6d..9bb407a 100644
--- a/.github/workflows/codecov.yml
+++ b/.github/workflows/codecov.yml
@@ -25,7 +25,7 @@ jobs:
       - name: Generate coverage
         run: |
           make -j$(nproc) gcov check
-          gcov -abcfu build/*.o build/tests/*.o
+          gcov -abcfu build/*/*.o
 
       - uses: codecov/codecov-action@v2
         with:
-- 
cgit v1.2.3