percona / pg_stat_monitor

Query Performance Monitoring Tool for PostgreSQL
https://docs.percona.com/pg-stat-monitor/
Other
466 stars 59 forks source link

Fix IPC::Run perl module name in CI #438

Closed artemgavrilov closed 5 months ago

artemgavrilov commented 5 months ago
Warning: Cannot install IPC::RUN, don't know what it is.
Try the command

    i /IPC::RUN/

to find objects with matching identifiers.

https://metacpan.org/pod/IPC::Run

Same for pg_tde: https://github.com/Percona-Lab/pg_tde/pull/156

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 90.56%. Comparing base (3d84610) to head (e2baeb8). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #438 +/- ## ======================================= Coverage 90.55% 90.56% ======================================= Files 3 3 Lines 1271 1272 +1 Branches 35 35 ======================================= + Hits 1151 1152 +1 Misses 98 98 Partials 22 22 ```

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

artemgavrilov commented 5 months ago

CI jobs that are failed it's same set that fails on main branch.