Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Jun 6, 2024
1 parent 45c5728 commit 59ab422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- checkout
- run: git submodule sync --recursive
- run: git submodule update --init --recursive
- run: docker run --security-opt seccomp=unconfined -v "${PWD}:/volume" xd009642/tarpaulin /bin/bash -c "apt-get update; apt-get install zlib1g-dev cmake -y; cargo build --features htslib; cargo tarpaulin --features htslib --out Xml; cd minimap2-sys; cargo tarpaulin"
- run: docker run --security-opt seccomp=unconfined -v "${PWD}:/volume" xd009642/tarpaulin /bin/bash -c "apt-get update; apt-get install zlib1g-dev cmake -y; cargo build; cargo tarpaulin --out Xml; cd minimap2-sys; cargo tarpaulin"
- run: bash <(curl -s https://codecov.io/bash)

test-linux:
Expand Down

0 comments on commit 59ab422

Please sign in to comment.