Skip to content

Commit b72fba8

Browse files
committed
fix coverage
1 parent b06a0c9 commit b72fba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PYTHON3 := $(shell which python3 2>/dev/null)
22

33
PYTHON := python3
4-
COVERAGE := --cov=plugin_name --cov-report term-missing --cov-report=html:coverage_html_report
4+
COVERAGE := --cov=pennylane_aqt --cov-report term-missing --cov-report=html:coverage_html_report
55
TESTRUNNER := -m pytest tests
66

77
.PHONY: help

0 commit comments

Comments
 (0)