We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b7945 commit f45543eCopy full SHA for f45543e
codecov.yml
@@ -13,6 +13,7 @@ ignore:
13
- "tests/**"
14
- "src/argus/site/settings/**"
15
- "src/argus/spa/dataporten/social.py"
16
+ - "src/argus/htmx/tailwindtheme/*.py"
17
- "**/apps.py"
18
- "**/wsgi.py"
19
- "**/test*.py"
src/argus/htmx/tailwindtheme/utils.py
@@ -20,7 +20,7 @@ def get_url(version, architecture):
20
return base_url
21
22
23
-def get_architecture(): # pragma: no cover
+def get_architecture():
24
uname_obj = platform.uname()
25
processor = uname_obj.processor.lower() or uname_obj.machine.lower()
26
libc, _ = platform.libc_ver()
0 commit comments