google / authenticode-rs

Rust tools for working with Authenticode
Apache License 2.0
24 stars 7 forks source link

authenticode: Exclude testdata from published package #125

Closed nicholasbishop closed 6 months ago

nicholasbishop commented 6 months ago

The testdata directory contains test executables and keys, either of which might be "disliked" by tools that download crates. Since nothing ordinarily runs tests on published packages (tests are run directly on the repo), there's no value to including these files.

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.18%. Comparing base (1b91c94) to head (5137dec).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #125 +/- ## ======================================= Coverage 89.18% 89.18% ======================================= Files 7 7 Lines 518 518 ======================================= Hits 462 462 Misses 56 56 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.