File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2222 CFLAGS : " -fprofile-instr-generate -fcoverage-mapping"
2323 LDFLAGS : " -fprofile-instr-generate -fcoverage-mapping"
2424 run : |
25+ export PKG_CONFIG_PATH="$(brew --prefix)/opt/libxml2/lib/pkgconfig"
2526 python -m build
2627 rm -rf build/
2728 - name : Set environment variables
4041 - name : Report coverage to codecov
4142 run : |
4243 /Library/Developer/CommandLineTools/usr/bin/llvm-profdata merge -sparse ${{ env.LLVM_PROFILE_FILE }} -output pyxmlsec.profdata
43- /Library/Developer/CommandLineTools/usr/bin/llvm-cov show ${{ env.PYXMLSEC_LIBFILE }} -instr-profile=pyxmlsec.profdata src > coverage.txt
44+ /Library/Developer/CommandLineTools/usr/bin/llvm-cov show ${{ env.PYXMLSEC_LIBFILE }} --arch=$(uname -m) -- instr-profile=pyxmlsec.profdata src > coverage.txt
4445 bash <(curl -s https://codecov.io/bash) -f coverage.txt
You can’t perform that action at this time.
0 commit comments