We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ae248 commit b12f771Copy full SHA for b12f771
.github/workflows/ci.yml
@@ -122,9 +122,9 @@ jobs:
122
- name: Generate code coverage for rust_native_crypto
123
env:
124
RUST_BACKTRACE: "1"
125
- FEATURES: ${{needs.get-features.outputs.rust_native_crypto-features}}
+ FEATURES: ${{needs.get-features.outputs.rust-native-features}}
126
run: |
127
- cargo llvm-cov --lib --features "$FEATURES" --lcov --output-path lcov-rust_native_crypto.info
+ cargo llvm-cov -p c2pa --no-default-features --features "$FEATURES" --lcov --output-path lcov-rust_native_crypto.info
128
129
# Tokens aren't available for PRs originating from forks,
130
# so we don't attempt to upload code coverage in that case.
0 commit comments