Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 25, 2024
1 parent 35b543b commit 4c19693
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ def update_activity(act)

act.save
rescue ConfigParseError => e
# add error to the list of errors
# Add error to the list of errors encountered during processing
# This way the error will be picked up and aggregated in the process_activities method
errors.push e

Check warning on line 280 in app/models/repository.rb

View check run for this annotation

Codecov / codecov/patch

app/models/repository.rb#L280

Added line #L280 was not covered by tests
end

Expand Down

0 comments on commit 4c19693

Please sign in to comment.