We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06a0c9 commit b72fba8Copy full SHA for b72fba8
Makefile
@@ -1,7 +1,7 @@
1
PYTHON3 := $(shell which python3 2>/dev/null)
2
3
PYTHON := python3
4
-COVERAGE := --cov=plugin_name --cov-report term-missing --cov-report=html:coverage_html_report
+COVERAGE := --cov=pennylane_aqt --cov-report term-missing --cov-report=html:coverage_html_report
5
TESTRUNNER := -m pytest tests
6
7
.PHONY: help
0 commit comments