Closed diabonas closed 5 years ago
Merging #107 into master will increase coverage by
4.69%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #107 +/- ##
==========================================
+ Coverage 62.73% 67.43% +4.69%
==========================================
Files 9 9
Lines 1170 1176 +6
==========================================
+ Hits 734 793 +59
+ Misses 436 383 -53
Impacted Files | Coverage Δ | |
---|---|---|
src/tpm2-tss-engine.c | 58.73% <0%> (+0.39%) |
:arrow_up: |
src/tpm2-tss-engine-tcti.c | 58.67% <0%> (+45.45%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a063e24...ffc049b. Read the comment docs.
Add a simple test harness to automatically start and use a TPM simulator for the integration tests. This is possible by using the TCTI environment variable introduced in #62, which is now enabled by default for this reason.
This has the following advantages:
Additionally this PR fixes #106 (upstream renaming of tpm2-tools options).
Closes #86