JuliaComputing / JuliaHub.jl

A Julia client for the JuliaHub platform
https://help.juliahub.com/julia-api/
MIT License
14 stars 3 forks source link

test: use `match_mode=:any` in PackageBundler log tests #50

Closed mortenpi closed 7 months ago

mortenpi commented 8 months ago

Using match_mode=:any, since it's possible for the Pkg operations to produce other additional log messages, breaking the PackageBundler tests.

codecov-commenter commented 8 months ago

Codecov Report

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

Project coverage is 79.16%. Comparing base (077bcdd) to head (e18ffdc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #50 +/- ## ======================================= Coverage 79.16% 79.16% ======================================= Files 16 16 Lines 2251 2251 ======================================= Hits 1782 1782 Misses 469 469 ```

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