pipeline-backend icon indicating copy to clipboard operation
pipeline-backend copied to clipboard

feat(run): run logging data list by credit owner API

Open joremysh opened this issue 1 year ago • 2 comments

Because

  • the data that users could see on dashboard are different from what they can see on Runs page in a single pipeline or model

This commit

  • add new run logging API for dashboard

image

joremysh avatar Oct 12 '24 02:10 joremysh

Codecov Report

Attention: Patch coverage is 2.12766% with 460 lines in your changes missing coverage. Please review.

Project coverage is 19.83%. Comparing base (6a8ce63) to head (a4c4f2c). Report is 27 commits behind head on main.

Files with missing lines Patch % Lines
pkg/mock/repository_mock.gen.go 2.96% 325 Missing and 2 partials :warning:
pkg/service/pipeline.go 0.00% 58 Missing :warning:
pkg/repository/repository.go 0.00% 46 Missing :warning:
pkg/handler/pipeline.go 0.00% 28 Missing :warning:
pkg/service/utils.go 0.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #730      +/-   ##
==========================================
+ Coverage   19.72%   19.83%   +0.11%     
==========================================
  Files         319      320       +1     
  Lines       64013    64784     +771     
==========================================
+ Hits        12625    12851     +226     
- Misses      49488    50015     +527     
- Partials     1900     1918      +18     
Flag Coverage Δ
unittests 19.83% <2.12%> (+0.11%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

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

codecov[bot] avatar Oct 12 '24 09:10 codecov[bot]