Skip to content

Commit f45543e

Browse files
committed
Exclude tailwindtheme from coverage
1 parent b1b7945 commit f45543e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ignore:
1313
- "tests/**"
1414
- "src/argus/site/settings/**"
1515
- "src/argus/spa/dataporten/social.py"
16+
- "src/argus/htmx/tailwindtheme/*.py"
1617
- "**/apps.py"
1718
- "**/wsgi.py"
1819
- "**/test*.py"

src/argus/htmx/tailwindtheme/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def get_url(version, architecture):
2020
return base_url
2121

2222

23-
def get_architecture(): # pragma: no cover
23+
def get_architecture():
2424
uname_obj = platform.uname()
2525
processor = uname_obj.processor.lower() or uname_obj.machine.lower()
2626
libc, _ = platform.libc_ver()

0 commit comments

Comments
 (0)