Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

task: Fix progress reporting step #184

Merged
merged 1 commit into from
Apr 17, 2023
Merged

Conversation

victorges
Copy link
Member

We were getting the constructor arg and sending it in all progress update requests, but it was actually never saved in the struct.

This fixes that (API-42)

We were getting the constructor arg and sending it
in all progress update requests, but it was actually
never saved in the struct.

Fix that
@victorges victorges requested a review from a team as a code owner April 17, 2023 19:15
@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

Merging #184 (9f7d471) into main (b112d74) will decrease coverage by 0.00549%.
The diff coverage is 0.00000%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##                main        #184         +/-   ##
===================================================
- Coverage   11.91901%   11.91352%   -0.00549%     
===================================================
  Files             14          14                 
  Lines           2173        2174          +1     
===================================================
  Hits             259         259                 
- Misses          1895        1896          +1     
  Partials          19          19                 
Impacted Files Coverage Δ
task/progress.go 0.00000% <0.00000%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b112d74...9f7d471. Read the comment docs.

Impacted Files Coverage Δ
task/progress.go 0.00000% <0.00000%> (ø)

@victorges victorges merged commit a16f62c into main Apr 17, 2023
23 checks passed
@victorges victorges deleted the vg/fix/progress-reporting branch April 17, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants