Skip to content

Commit

Permalink
Exclude rrd_write WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vvromanov committed Dec 3, 2024
1 parent dc02187 commit ee3c84d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,5 @@ jobs:
- name: Collect coverage
env:
COVERALLS_REPO_TOKEN: ${{secrets.COVERALLS_TOKEN}}
COVERALLS_PARALLEL: false
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/.*" -e ../rrd_writer

0 comments on commit ee3c84d

Please sign in to comment.