wwvbpy/Makefile
Jeff Epler 5fa851c079 Specify GPL-3.0-only license
The author does not have confidence in the future actions of the FSF.
2021-04-01 21:04:48 -05:00

11 lines
306 B
Makefile

.PHONY: coverage
coverage:
python3 -mcoverage run --branch -m unittest
python3 -mcoverage html
python3 -mcoverage annotate
python3 -mcoverage report --fail-under=100
# Copyright (C) 2021 Jeff Epler <jepler@gmail.com>
# SPDX-FileCopyrightText: 2021 Jeff Epler
#
# SPDX-License-Identifier: GPL-3.0-only