Skip to content

Commit

Permalink
If cpp-coveralls is not used, don't install it with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Jan 23, 2024
1 parent f4a3bad commit 4ab8cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- run: REBAR=rebar3 make xdata
- run: REBAR=rebar3 make
- run: rebar3 eunit -v
- run: pip install --user cpp-coveralls
#- run: pip install --user cpp-coveralls
#- run: cpp-coveralls -b `pwd` --verbose --gcov-options '\-lp' --dump c.json
- name: Send to Coveralls
env:
Expand Down

0 comments on commit 4ab8cb9

Please sign in to comment.