We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f348bca commit 77c9a31Copy full SHA for 77c9a31
Makefile
@@ -1,7 +1,7 @@
1
-# SPDX-FileCopyrightText: 2023 Filip Pokorný
+# SPDX-FileCopyrightText: 2023-2025 Filip Pokorný, Sebastian Wagner
2
# SPDX-License-Identifier: AGPL-3.0-or-later
3
4
-.PHONY: coverage docs clean
+.PHONY: coverage docs clean test codespell codestyle
5
6
coverage:
7
python -m pytest --cov=intelmq -v
0 commit comments