Skip to content

Commit 05c8d5b

Browse files
committed
fixup! fixup! fixup! fixup! fixup! Modernize CMake scripts
1 parent e755cc8 commit 05c8d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
- name: List coverage files
180180
run: find . | grep -e ".gc..$"
181181
- name: Generate coverage data
182-
run: gcov CMakeFiles/libtcod-fov.dir/src/libtcod-fov/**.o tests/CMakeFiles/unittest.dir/*.o
182+
run: gcov src/CMakeFiles/libtcod-fov.dir/libtcod-fov/**.o tests/CMakeFiles/unittest.dir/*.o
183183
- uses: codecov/codecov-action@v4
184184
with:
185185
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)