Yubico / Yubico.NET.SDK

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

Fix: Add dotnet to path for failing verify-code-style GitHub Action #107

Closed DennisDyallo closed 1 week ago

DennisDyallo commented 2 weeks ago

Description

This adds dotnet to the path for the often failing code format action. This fix was suggested by GitHub themselves.

Fixes # YESDK-1338

How has this been tested?

Successfully passed three times consecutively in this PR which looks promising.

Type of change

Please delete options that are not relevant.

How has this been tested?

N/A

github-actions[bot] commented 2 weeks 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 841dcadd.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 2 weeks ago

Test Results: Ubuntu

    2 files      2 suites   10s :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 841dcadd.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 2 weeks 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 841dcadd.

:recycle: This comment has been updated with latest results.

github-actions[bot] commented 1 week ago

Code Coverage

Package Line Rate Branch Rate Complexity Health
Yubico.Core 42% 31% 4257
Yubico.YubiKey 51% 47% 18825
Summary 49% (31966 / 65160) 45% (8176 / 18318) 23082

Minimum allowed line rate is 40%