[ci] try to fix multiline string

pull/835/head
Timothy Stack 3 years ago
parent 7778042847
commit 0f81bebcb7

@ -28,19 +28,19 @@ jobs:
- name: upload cover
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: >
run: >-
coveralls
--exclude doctest.hh
--exclude fmtlib
--exclude ghc
--exclude k_merge_tree.h
--exclude mapbox
--exclude pugixml
--exclude result.h
--exclude safe
--exclude spookyhash
--exclude ww898
--gcov-options '\-lp'
--exclude doctest.hh
--exclude fmtlib
--exclude ghc
--exclude k_merge_tree.h
--exclude mapbox
--exclude pugixml
--exclude result.h
--exclude safe
--exclude spookyhash
--exclude ww898
--gcov-options '\-lp'
build:
runs-on: ubuntu-latest

Loading…
Cancel
Save