We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3351e2 commit 87a0eafCopy full SHA for 87a0eaf
1 file changed
.github/workflows/codecov.yml
@@ -6,13 +6,10 @@ on:
6
paths:
7
- ".github/workflows/codecov.yml"
8
- "CMakeLists.txt"
9
- - "tests/CMakeLists.txt"
10
- "runAllTests.sh"
11
- "src/**/*.sv"
12
- - "tests/core_test*.cpp"
13
- - "tests/*_test.hpp"
14
- - "tests/common.hpp"
15
- - "tests/test.cpp"
+ - "tests/*.*pp"
+ - "tests/CMakeLists.txt"
16
workflow_dispatch:
17
18
permissions:
0 commit comments