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

Server swapping #101

Merged
merged 5 commits into from
May 25, 2024
Merged

Server swapping #101

merged 5 commits into from
May 25, 2024

Conversation

Jerboa-app
Copy link
Contributor

@Jerboa-app Jerboa-app commented May 25, 2024

Closes #102
Closes #103
Closes #55

@BurrowBot
Copy link

Seems the coverage is below main by -2.68 %, please consider adding to the tests, thanks!
Here is the full report breakdown

Total coverage 53.22 % (-2.68 % against main)
________________________________
src/main.rs                      | 0.0   % 0 / 42
src/server/api/stats.rs          | 0.0   % 0 / 81
src/server/http.rs               | 0.0   % 0 / 20
src/server/throttle.rs           | 0.0   % 0 / 48
src/server/https.rs              | 6.67  % 4 / 60
src/server/stats/mod.rs          | 27.87 % 17 / 61
src/server/stats/hits.rs         | 42.86 % 33 / 77
src/lib.rs                       | 52.63 % 10 / 19
src/filesystem/folder.rs         | 61.11 % 33 / 54
src/server/stats/digest.rs       | 70.0  % 63 / 90
src/filesystem/file.rs           | 70.59 % 24 / 34
src/integrations/mod.rs          | 70.59 % 24 / 34
src/content/mod.rs               | 71.15 % 74 / 104
src/content/sitemap.rs           | 73.16 % 139 / 190
src/task/mod.rs                  | 74.14 % 43 / 58
src/util.rs                      | 76.47 % 52 / 68
src/server/stats/file.rs         | 79.31 % 23 / 29
src/config.rs                    | 81.82 % 27 / 33
src/integrations/discord/post.rs | 90.0  % 9 / 10
src/content/filter.rs            | 100.0 % 3 / 3
src/content/mime_type.rs         | 100.0 % 30 / 30
src/integrations/webhook.rs      | 100.0 % 3 / 3
________________________________

@BurrowBot
Copy link

Seems the coverage is below main by -1.72 %, please consider adding to the tests, thanks!
Here is the full report breakdown

Total coverage 54.18 % (-1.72 % against main)
________________________________
src/main.rs                      | 0.0   % 0 / 42
src/server/api/stats.rs          | 0.0   % 0 / 81
src/server/http.rs               | 0.0   % 0 / 20
src/server/throttle.rs           | 0.0   % 0 / 48
src/server/https.rs              | 6.67  % 4 / 60
src/server/stats/mod.rs          | 27.87 % 17 / 61
src/server/stats/hits.rs         | 42.86 % 33 / 77
src/lib.rs                       | 52.63 % 10 / 19
src/filesystem/folder.rs         | 61.11 % 33 / 54
src/server/stats/digest.rs       | 70.0  % 63 / 90
src/content/mod.rs               | 71.15 % 74 / 104
src/content/sitemap.rs           | 73.16 % 139 / 190
src/task/mod.rs                  | 74.14 % 43 / 58
src/integrations/mod.rs          | 76.47 % 26 / 34
src/util.rs                      | 76.47 % 52 / 68
src/server/stats/file.rs         | 79.31 % 23 / 29
src/filesystem/file.rs           | 79.41 % 27 / 34
src/config.rs                    | 96.97 % 32 / 33
src/content/filter.rs            | 100.0 % 3 / 3
src/content/mime_type.rs         | 100.0 % 30 / 30
src/integrations/discord/post.rs | 100.0 % 10 / 10
src/integrations/webhook.rs      | 100.0 % 3 / 3
________________________________

@Jerboa-app Jerboa-app merged commit 7a1192a into main May 25, 2024
6 checks passed
@Jerboa-app Jerboa-app deleted the server_swapping branch June 1, 2024 08:09
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.

Content should not be loaded in sitemap build Sitemap hash is non-deterministic Server swapping
2 participants