Skip to content

Commit e49972e

Browse files
Install gcovr on circleci
1 parent 4a52cbe commit e49972e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
- run:
2626
name: Installing htslib
2727
command: sudo apt-get install -y libhts1 libhts-dev
28+
- run:
29+
name: Install gcovr
30+
command: sudo pip install gcovr
2831
- run:
2932
name: Run Tests and Code Coverage
3033
command: 'make clean && make test_codecov'

0 commit comments

Comments
 (0)