Skip to content

Commit

Permalink
Merge pull request #221 from lephare-photoz/issue/220/allow-pypi-buil…
Browse files Browse the repository at this point in the history
…d-from-source

Get PyPI install from source working
  • Loading branch information
raphaelshirley authored Oct 17, 2024
2 parents 8adf41f + b57ed26 commit 0c42828
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-and-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Collect C++ coverage
run: |
lcov --output-file coverage.cpp --capture --directory build --rc geninfo_unexecuted_blocks=1 --ignore-errors mismatch,gcov
lcov --output-file coverage.cpp --capture --directory build
lcov --output-file coverage.cpp --extract coverage.cpp $PWD/src/"*"
cat coverage.lcov coverage.cpp > coverage.txt
Expand Down
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include README.md
include LICENSE
recursive-include extern/pybind11 *

0 comments on commit 0c42828

Please sign in to comment.