Skip to content

Commit 93b6816

Browse files
authored
Nixos stable 25.11 (#1210)
2 parents 956c8b6 + d878794 commit 93b6816

File tree

12 files changed

+191
-153
lines changed

12 files changed

+191
-153
lines changed

contrib/coverage.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
# https://github.com/taiki-e/cargo-llvm-cov?tab=readme-ov-file#merge-coverages-generated-under-different-test-conditions
5-
cargo llvm-cov clean --workspace # remove artifacts that may affect the coverage results
6-
cargo llvm-cov --no-report --workspace --all-features --exclude payjoin-ffi # exclude payjoin-ffi because bindings are tested in their native language
5+
cargo llvm-cov clean --workspace # remove artifacts that may affect the coverage results
6+
cargo llvm-cov --no-report --workspace --all-features --exclude payjoin-ffi # exclude payjoin-ffi because bindings are tested in their native language
77
cargo llvm-cov --no-report --package payjoin-cli --no-default-features --features=v1,_manual-tls # Explicitly run payjoin-cli v1 e2e tests
8-
cargo llvm-cov report --lcov --output-path lcov.info # generate report without tests
8+
cargo llvm-cov report --lcov --output-path lcov.info # generate report without tests

contrib/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@ for dep in $DEPS; do
5050
)
5151
done
5252
done
53-

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)