Shinnosuke Sawada-Dazai
Shinnosuke Sawada-Dazai
Thanks for reply. My project uses Go, so I'm using goveralls with [actions-goveralls](https://github.com/marketplace/actions/actions-goveralls). Is there the way to use suggested action with goveralls? P.S. very thanks to make amazingly useful...
Hi, @afinetooth. Thanks for checking about goveralls. Please could I explain why I want you to use GitHub Apps for sending comments. My company forces SAML authentication for organization members,...
I found [gcov2lcov-action](https://github.com/marketplace/actions/gcov2lcov-action) which is action to convert Go coverage file to lcov format. This allows me to use official the Coveralls Github Action, so this is one of solution...
@afinetooth I cannot re-open this issue, but I want to ask how to use the Coveralls Action. I remove @coveralls from the repository outside collaborators, then coverage comments are not...
@afinetooth please re-open this issue? I don't have permission to do.
thanks for reporting. >FWIW, the Coveralls bot is only used for the purpose of leaving PR Comments. It's not used by any internal users at coveralls, and it is not...
hello, I created a repository [Warashi/dataloaden](https://github.com/Warashi/dataloaden). which contains generics version of vektah/dataloaden. If you want to use generics version of dataloaden, please consider to use Warashi/dataloaden.
@StevenACoffman oh, I had missed dataloadgen. I would love to collaborate with you on this.
commit hash of denops.vim is this ``` ❯ pwd /home/ubuntu/.cache/nvim/dein/repos/github.com/vim-denops/denops.vim ❯ git rev-parse HEAD 68f607d93a9758d15c0d63d3268aa420ddd29edd ```
example of RSS change is below 1. initial usage: 51804 2. start nvim: moving around 59012 - 59748 3. close nvim: 61164 4. start nvim: moving around 60884 - 62312...