1 parent d1ef2eb commit 64a640bCopy full SHA for 64a640b
1 file changed
.github/workflows/coverage.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Run tests and generate coverage report
48
run: |
49
- export RUSTFLAGS=$(python3-config --ldflags)
+ export RUSTFLAGS="-L $(python3-config --libdir) -lpython$(python3 -c 'import sys; print(f"{sys.version_info.major}.{sys.version_info.minor}")'))"
50
cargo tarpaulin --all-features --out Xml --output-dir ./coverage
51
52
- name: Upload coverage to Codecov
0 commit comments