Skip to content

Commit

Permalink
Exclude rrdwriter 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vvromanov committed Dec 3, 2024
1 parent ee3c84d commit 87e2dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,4 @@ jobs:
env:
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_TOKEN}}
working-directory: ${{github.workspace}}/build
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
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

0 comments on commit 87e2dc1

Please sign in to comment.