We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843ef70 commit 448d229Copy full SHA for 448d229
.github/workflows/cmake-single-platform.yml
@@ -91,4 +91,4 @@ jobs:
91
env:
92
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_TOKEN}}
93
working-directory: ${{github.workspace}}/build
94
- run: coveralls --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*tests/.*.cpp.*" -E ".*test_main/.*.cpp.*" -E ".*test_main/.*.h.*" -E ".*test_main/.*.cc.*" -E ".*rrd_writer/.*"
+ run: coveralls --root .. -E ".*external.*" -E ".*CMakeFiles.*" -E ".*tests/.*.cpp.*" -E ".*test_main/.*.cpp.*" -E ".*test_main/.*.h.*" -E ".*test_main/.*.cc.*" -E ".*rrd_writer/.*" -e rrd_writer
0 commit comments