Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion summarize_test_results.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright The CloudNativePG Contributors
# Copyright © contributors to CloudNativePG, established as
# CloudNativePG a Series of LF Projects, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

"""Creates a summary of all the "strategy matrix" branches in GH actions that
are running the E2E Test Suite. Produces a Markdown file which can be fed into
Expand Down
5 changes: 4 additions & 1 deletion test_summary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Copyright The CloudNativePG Contributors
# Copyright © contributors to CloudNativePG, established as
# CloudNativePG a Series of LF Projects, LLC.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand All @@ -13,6 +14,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# SPDX-License-Identifier: Apache-2.0
#

import unittest
import summarize_test_results
Expand Down
Loading