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

Add coverage/bugfix for invalid appeal submission #28703

Merged

Conversation

mjankowski
Copy link
Contributor

When the appeals controller runs here, the view path does not find this file but does find an application/_card partial (in view path all the time) and currently errors out on an invalid data submission.

Spec here exposes the issue, code change is to just be explicit about the partial and not rely on view path since we potentially use it from multiple controllers.

Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8b26614) 84.83% compared to head (636a5f8) 84.84%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #28703   +/-   ##
=======================================
  Coverage   84.83%   84.84%           
=======================================
  Files        1038     1038           
  Lines       28142    28142           
  Branches     4536     4536           
=======================================
+ Hits        23874    23876    +2     
+ Misses       3103     3101    -2     
  Partials     1165     1165           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ClearlyClaire ClearlyClaire added this pull request to the merge queue Jan 12, 2024
Merged via the queue into mastodon:main with commit a906960 Jan 12, 2024
29 checks passed
@mjankowski mjankowski deleted the invalid-appeal-submission-fix branch January 12, 2024 09:35
mjankowski added a commit to mjankowski/mastodon that referenced this pull request Jan 15, 2024
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.

2 participants