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

Track git repo if given in config #114

Merged
merged 5 commits into from
May 30, 2024
Merged

Track git repo if given in config #114

merged 5 commits into from
May 30, 2024

Conversation

Jerboa-app
Copy link
Contributor

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

Closes #80

@BurrowBot
Copy link

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

Total coverage 55.21 % (-2.02 % against main)
________________________________
src/integrations/git/refresh.rs  | 0.0   % 0 / 33
src/main.rs                      | 0.0   % 0 / 56
src/server/api/stats.rs          | 0.0   % 0 / 78
src/server/http.rs               | 0.0   % 0 / 20
src/server/throttle.rs           | 0.0   % 0 / 48
src/server/https.rs              | 5.97  % 4 / 67
src/server/stats/mod.rs          | 30.91 % 17 / 55
src/lib.rs                       | 42.11 % 8 / 19
src/server/stats/hits.rs         | 45.68 % 37 / 81
src/filesystem/folder.rs         | 61.11 % 33 / 54
src/integrations/discord/post.rs | 62.5  % 10 / 16
src/server/stats/digest.rs       | 69.66 % 62 / 89
src/content/mod.rs               | 72.73 % 80 / 110
src/task/mod.rs                  | 74.14 % 43 / 58
src/integrations/mod.rs          | 76.47 % 26 / 34
src/server/stats/file.rs         | 79.31 % 23 / 29
src/filesystem/file.rs           | 79.41 % 27 / 34
src/content/sitemap.rs           | 79.78 % 146 / 183
src/integrations/git/mod.rs      | 80.3  % 53 / 66
src/util.rs                      | 83.91 % 73 / 87
src/config.rs                    | 87.5  % 35 / 40
src/content/filter.rs            | 100.0 % 5 / 5
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.44 %, please consider adding to the tests, thanks!
Here is the full report breakdown

Total coverage 55.79 % (-1.44 % against main)
________________________________
src/integrations/git/refresh.rs  | 0.0   % 0 / 33
src/main.rs                      | 0.0   % 0 / 56
src/server/api/stats.rs          | 0.0   % 0 / 78
src/server/http.rs               | 0.0   % 0 / 20
src/server/throttle.rs           | 0.0   % 0 / 48
src/server/https.rs              | 5.97  % 4 / 67
src/server/stats/mod.rs          | 30.91 % 17 / 55
src/lib.rs                       | 42.11 % 8 / 19
src/server/stats/hits.rs         | 45.68 % 37 / 81
src/integrations/discord/post.rs | 62.5  % 10 / 16
src/server/stats/digest.rs       | 69.66 % 62 / 89
src/content/mod.rs               | 72.73 % 80 / 110
src/task/mod.rs                  | 74.14 % 43 / 58
src/filesystem/folder.rs         | 75.56 % 34 / 45
src/integrations/mod.rs          | 76.47 % 26 / 34
src/integrations/git/mod.rs      | 78.79 % 52 / 66
src/server/stats/file.rs         | 79.31 % 23 / 29
src/filesystem/file.rs           | 79.41 % 27 / 34
src/content/sitemap.rs           | 79.78 % 146 / 183
src/filesystem/mod.rs            | 80.0  % 8 / 10
src/util.rs                      | 83.91 % 73 / 87
src/config.rs                    | 87.5  % 35 / 40
src/content/filter.rs            | 100.0 % 5 / 5
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.44 %, please consider adding to the tests, thanks!
Here is the full report breakdown

Total coverage 55.79 % (-1.44 % against main)
________________________________
src/integrations/git/refresh.rs  | 0.0   % 0 / 33
src/main.rs                      | 0.0   % 0 / 56
src/server/api/stats.rs          | 0.0   % 0 / 78
src/server/http.rs               | 0.0   % 0 / 20
src/server/throttle.rs           | 0.0   % 0 / 48
src/server/https.rs              | 5.97  % 4 / 67
src/server/stats/mod.rs          | 30.91 % 17 / 55
src/lib.rs                       | 42.11 % 8 / 19
src/server/stats/hits.rs         | 45.68 % 37 / 81
src/integrations/discord/post.rs | 62.5  % 10 / 16
src/server/stats/digest.rs       | 69.66 % 62 / 89
src/content/mod.rs               | 72.73 % 80 / 110
src/task/mod.rs                  | 74.14 % 43 / 58
src/filesystem/folder.rs         | 75.56 % 34 / 45
src/integrations/mod.rs          | 76.47 % 26 / 34
src/integrations/git/mod.rs      | 78.79 % 52 / 66
src/server/stats/file.rs         | 79.31 % 23 / 29
src/filesystem/file.rs           | 79.41 % 27 / 34
src/content/sitemap.rs           | 79.78 % 146 / 183
src/filesystem/mod.rs            | 80.0  % 8 / 10
src/util.rs                      | 83.91 % 73 / 87
src/config.rs                    | 87.5  % 35 / 40
src/content/filter.rs            | 100.0 % 5 / 5
src/content/mime_type.rs         | 100.0 % 30 / 30
src/integrations/webhook.rs      | 100.0 % 3 / 3
________________________________

@Jerboa-app Jerboa-app merged commit c669f74 into main May 30, 2024
6 checks passed
@Jerboa-app Jerboa-app deleted the use_git branch June 29, 2024 11:43
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.

git2-rs for content management via git within busser?
2 participants