Yubico / Yubico.NET.SDK

A YubiKey SDK for .NET developers
Apache License 2.0
96 stars 48 forks source link

Adding TemporaryTouchThreshold to the copy constructor #120

Closed jamiehankins closed 4 days ago

jamiehankins commented 4 days ago

Description

Apparently, when this property was added, it wasn't added to the copy constructor.

Fixes # YESDK-1344

Type of change

Please delete options that are not relevant.

How has this been tested?

Currently testing by PFS QA team running PCS for FIDO Prereg testing

Test configuration:

github-actions[bot] commented 4 days ago

Test Results: Windows

    2 files      2 suites   4s :stopwatch: 3 700 tests 3 700 :white_check_mark: 0 :zzz: 0 :x: 3 702 runs  3 702 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 67f56f35.

github-actions[bot] commented 4 days ago

Test Results: Ubuntu

    2 files      2 suites   9s :stopwatch: 3 692 tests 3 692 :white_check_mark: 0 :zzz: 0 :x: 3 694 runs  3 694 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 67f56f35.

github-actions[bot] commented 4 days ago

Test Results: MacOS

    2 files      2 suites   3s :stopwatch: 3 692 tests 3 692 :white_check_mark: 0 :zzz: 0 :x: 3 694 runs  3 694 :white_check_mark: 0 :zzz: 0 :x:

Results for commit 67f56f35.

github-actions[bot] commented 4 days ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Yubico.Core 42% 31% 4257
Yubico.YubiKey 50% 47% 19089
Summary 49% (31993 / 65943) 44% (8185 / 18519) 23346

Minimum allowed line rate is 40%