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 integrations module (Discord) test hmac #85

Merged
merged 2 commits into from
May 17, 2024
Merged

Conversation

Jerboa-app
Copy link
Contributor

Closes #82

@BurrowBot
Copy link

Great, coverage is exactly the same as main!
Here is the full report breakdown

Total coverage 47.14 % (0.0 % against main)
________________________________
src/integrations/mod.rs          | 0.0   % 0 / 30
src/main.rs                      | 0.0   % 0 / 15
src/server/api/stats.rs          | 0.0   % 0 / 83
src/server/http.rs               | 0.0   % 0 / 20
src/server/stats/mod.rs          | 0.0   % 0 / 28
src/server/throttle.rs           | 0.0   % 0 / 48
src/server/https.rs              | 6.25  % 4 / 64
src/server/stats/hits.rs         | 22.56 % 30 / 133
src/filesystem/folder.rs         | 61.11 % 33 / 54
src/util.rs                      | 63.64 % 42 / 66
src/server/stats/digest.rs       | 67.39 % 62 / 92
src/content/mod.rs               | 72.55 % 74 / 102
src/content/sitemap.rs           | 77.78 % 119 / 153
src/config.rs                    | 82.14 % 23 / 28
src/filesystem/file.rs           | 87.88 % 29 / 33
src/lib.rs                       | 89.47 % 17 / 19
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
________________________________

@Jerboa-app Jerboa-app changed the title move discord to integrations Add integrations module (Discord) test hmac May 17, 2024
@BurrowBot
Copy link

Looks like you increased coverage by 3.15 %, fantastic!
Here is the full report breakdown

Total coverage 50.29 % (+3.15 % against main)
________________________________
src/main.rs                      | 0.0   % 0 / 15
src/server/api/stats.rs          | 0.0   % 0 / 81
src/server/http.rs               | 0.0   % 0 / 20
src/server/stats/mod.rs          | 0.0   % 0 / 28
src/server/throttle.rs           | 0.0   % 0 / 48
src/server/https.rs              | 6.25  % 4 / 64
src/server/stats/hits.rs         | 22.56 % 30 / 133
src/filesystem/folder.rs         | 61.11 % 33 / 54
src/server/stats/digest.rs       | 67.39 % 62 / 92
src/integrations/mod.rs          | 70.59 % 24 / 34
src/content/mod.rs               | 72.55 % 74 / 102
src/util.rs                      | 76.47 % 52 / 68
src/content/sitemap.rs           | 77.78 % 119 / 153
src/config.rs                    | 82.14 % 23 / 28
src/filesystem/file.rs           | 87.88 % 29 / 33
src/lib.rs                       | 89.47 % 17 / 19
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
________________________________

@Jerboa-app Jerboa-app merged commit 6b6a8df into main May 17, 2024
6 checks passed
@Jerboa-app Jerboa-app deleted the integrations branch May 26, 2024 11:32
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.

web -> integrations
2 participants