Skip to content

Commit 6208ada

Browse files
committed
fix: Correct awk comparison syntax in coverage summary step
Signed-off-by: shubham kumar <shubham.kumar@intel.com>
1 parent bb0935a commit 6208ada

16 files changed

Lines changed: 34 additions & 13 deletions

.github/workflows/bindings-sysman-python-security-scan.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# Copyright (C) 2026 Intel Corporation
3+
#
4+
# SPDX-License-Identifier: MIT
5+
#
6+
##
7+
18
name: Python Bindings - Security Scan
29

310
on:

.github/workflows/bindings-sysman-python-unit-tests-coverage.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# Copyright (C) 2026 Intel Corporation
3+
#
4+
# SPDX-License-Identifier: MIT
5+
#
6+
##
7+
18
name: Python Bindings - Unit Tests & Coverage
29

310
on:

bindings/sysman/python/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (C) 2025 Intel Corporation
3+
Copyright (C) 2026 Intel Corporation
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

bindings/sysman/python/source/examples/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
# Copyright (C) 2026 Intel Corporation
3+
#
4+
# SPDX-License-Identifier: MIT
5+
#
6+
##
7+
18
"""
29
Example scripts demonstrating pyzes usage.
310

bindings/sysman/python/source/examples/pyzes_black_box_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
##
3-
# Copyright (C) 2025 Intel Corporation
3+
# Copyright (C) 2026 Intel Corporation
44
#
55
# SPDX-License-Identifier: MIT
66
#

bindings/sysman/python/source/examples/pyzes_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
##
3-
# Copyright (C) 2025 Intel Corporation
3+
# Copyright (C) 2026 Intel Corporation
44
#
55
# SPDX-License-Identifier: MIT
66
#

bindings/sysman/python/source/pyzes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# Copyright (C) 2025 Intel Corporation
2+
# Copyright (C) 2026 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#

bindings/sysman/python/test/unit_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# Copyright (C) 2025 Intel Corporation
2+
# Copyright (C) 2026 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#

bindings/sysman/python/test/unit_tests/test_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# Copyright (C) 2025 Intel Corporation
2+
# Copyright (C) 2026 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#

bindings/sysman/python/test/unit_tests/test_frequency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
##
2-
# Copyright (C) 2025 Intel Corporation
2+
# Copyright (C) 2026 Intel Corporation
33
#
44
# SPDX-License-Identifier: MIT
55
#

0 commit comments

Comments
 (0)