Skip to content

Commit 25bb8c6

Browse files
committed
removing unnecessary
1 parent 301626b commit 25bb8c6

File tree

5 files changed

+1
-157
lines changed

5 files changed

+1
-157
lines changed

.github/workflows/ccpp.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,3 @@ jobs:
3737
cd build
3838
ctest --output-on-failure
3939
40-
- name: Generate coverage report
41-
run: |
42-
cd build
43-
gcovr -r .. --html --html-details -o coverage.html
44-
45-
- name: Upload coverage report
46-
uses: actions/upload-artifact@v4
47-
with:
48-
name: coverage-report
49-
path: build/coverage.html
50-

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ add_executable(BoostTest ${Reports} ${Generators} ${BoostTestSrc} ${ConjectureC
1919
tests/test_g6format.cpp)
2020
target_link_libraries(CGTea ${wxWidgets_LIBRARIES} ${Boost_LIBRARIES})
2121
target_link_libraries(BoostTest ${Boost_LIBRARIES})
22+

tests/test_g6format.cpp

Lines changed: 0 additions & 58 deletions
This file was deleted.

tests/test_generator.cpp

Lines changed: 0 additions & 44 deletions
This file was deleted.

tests/test_index.cpp

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)