Flori
Flori
Here's my coveralls project, if that helps: https://coveralls.io/github/polyphony-chat/polyproto-rs Thank you for looking into it so timely!
Thank you for your hard work! I have tested your changes by running with version `v0.32.2`. You can find the [full workflow run here, if you'd like](https://github.com/polyphony-chat/polyproto-rs/actions/runs/13652646139/job/38164534429). Unfortunately, it seems...
``` 2025-03-05T15:27:46.347013Z WARN cargo_tarpaulin::report::coveralls: Failed to collect git info: failed to get branch name: reference 'HEAD' is neither a local nor a remote branch.; class=Invalid (3) 2025-03-05T15:27:46.347028Z INFO cargo_tarpaulin::report::coveralls: Sending...
Cannot reproduce on Fedora 40, using freshly compiled `ox` from git sources.
@codeofyu 我正在使用翻译器,因为我不会说中文。 你尝试过以下几件事吗: - 使用一个经过中文训练的人工智能模型 - 将 commitollama.custom.commitPrompt 更改为其他内容。就我个人而言,我不喜欢标准提示。这是我使用的自定义提示。也许这对你也有帮助: “根据你收到的信息作为 DIFFs,为 git 写一个提交信息。以下规则适用:#1:提交信息的第一行必须在 72 个字符以内。该行不得超过 72 个字符。#2:每一行必须独立成句。你不能将一个句子跨越多行。#3:要描述性强。不要冗长。尽量保持所有行尽可能简短,同时仍然易于理解。#4:如果提交很大,你可以添加额外的行。这些额外的行必须在 100 个字符以内。每个额外的行应以项目符号开头:'- 示例'。#5:第一行必须用命令式写成。示例:'添加新功能','修复输入验证的错误'。” 我对中文 git 提交信息的惯例不太熟悉,但也许这可以作为你的起点。 :)