First commit.

This commit is contained in:
2022-01-09 21:19:46 +01:00
commit df36844dcc
107 changed files with 6565 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
;;; coverage.el --- Code coverage tools -*- lexical-binding: t; -*-
;;; Commentary:
;;; Code: https://github.com/AdamNiederer/cov
;; TODO: Update to use cov for all modes
;; TODO: Add pycoverage management
(use-package cov
:defer)
(provide 'utilities/coverage)
;;; coverage.el ends here