Merge pull request #2011 from kkiesling/faddeeva

build Faddeeva as a part of libopenmc
This commit is contained in:
Paul Romano 2022-03-28 12:28:21 -05:00 committed by GitHub
commit 8432e37c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 23 deletions

View file

@ -127,7 +127,7 @@ jobs:
- name: after_success
shell: bash
run: |
cpp-coveralls -i src -i include --exclude-pattern "/usr/*" --dump cpp_cov.json
cpp-coveralls -i src -i include -e src/external --exclude-pattern "/usr/*" --dump cpp_cov.json
coveralls --merge=cpp_cov.json --service=github
finish: