]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Coverage reporting via covimerage (#107)
authorDaniel Hahler <github@thequod.de>
Sat, 21 Jul 2018 20:07:45 +0000 (22:07 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Jul 2018 20:07:45 +0000 (22:07 +0200)
commitc2943343107ebccca374d2ae6d7c99dd0589faa5
tree69c7b368a392ba7bea6dfeb1a68692ce6f96c1cb
parent99991a3729120a1e2e8a3cb88abb75268c2e6245
Coverage reporting via covimerage (#107)

This splits out the tests for cython, since the runtime file gets
reloaded for them, and that resets profiling information.
.circleci/config.yml
.coveragerc [new file with mode: 0644]
.dockerignore
.gitignore
Dockerfile
Makefile
spec/indent/cython_spec.rb [new file with mode: 0644]
spec/indent/indent_spec.rb
spec/make-coverage [new file with mode: 0755]
spec/spec_helper.rb
spec/vimrc [new file with mode: 0644]