Closed drbayer closed 3 years ago
I'm not sure why the tests are failing to upload to coveralls. First run said it was missing github token and to add the github token to env for that step. I tried a few iterations of that, but no luck making that work yet. I haven't worked with github actions or coveralls before, so not sure what I'm missing.
Hi @drbayer, thanks for the pull request, I didn't want to merge into master directly due to the extra commits so I cherry picked your first commit into master and everything seems to be in order. I'll make a new release to publish the fix, thanks
I also pushed a fix for the coverage issue for future pull requests :+1:
Thanks! The first commit was the only meaningful one :-)
The group that gets applied must match the hostname, but if there are host-specific files they are currently ignored.
Take the following
filelist
:On the computer with hostname
laptop
, the files.vimrc
and.bash_profile
would be handled as intended, but.gitconfig
would be ignored unless you modify the group line to look like this:In order to allow for different versions of files on different hosts, when the group name matches the current hostname add that to the list of categories for the group.