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

Implement ActivityPub actor representations #1239

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Create ActivityPub actor representation of users

1837d4a
Select commit
Loading
Failed to load commit list.
Draft

Implement ActivityPub actor representations #1239

Create ActivityPub actor representation of users
1837d4a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 21, 2023 in 0s

95.26% (+0.03%) compared to 2c3e156

View this Pull Request on Codecov

95.26% (+0.03%) compared to 2c3e156

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2c3e156) 95.22% compared to head (1837d4a) 95.26%.
Report is 312 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1239      +/-   ##
==========================================
+ Coverage   95.22%   95.26%   +0.03%     
==========================================
  Files         166      168       +2     
  Lines        2598     2619      +21     
==========================================
+ Hits         2474     2495      +21     
  Misses        124      124              
Files Coverage Δ
app/controllers/user_controller.rb 100.00% <100.00%> (ø)
app/serializers/image_serializer.rb 100.00% <100.00%> (ø)
app/serializers/user_serializer.rb 100.00% <100.00%> (ø)

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