Skip to content

Commit c4ef3d3

Browse files
committed
Update copyright year, fix upload testresults.
Signed-off-by: Alexander Adam <alphaone23@gmail.com>
1 parent 6eba275 commit c4ef3d3

17 files changed

Lines changed: 18 additions & 17 deletions

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ jobs:
100100

101101
- name: Upload test results to Codecov
102102
if: ${{ !cancelled() }}
103-
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3 # v1.2.1
103+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
104104
with:
105+
report_type: test_results
105106
token: ${{ secrets.CODECOV_TOKEN }}
106107

107108
- name: Coverage

dialect_csvq.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The DMorph contributors.
1+
// SPDX-FileCopyrightText: 2026 The DMorph contributors.
22
// SPDX-License-Identifier: MPL-2.0
33

44
package dmorph

dialect_db2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The DMorph contributors.
1+
// SPDX-FileCopyrightText: 2026 The DMorph contributors.
22
// SPDX-License-Identifier: MPL-2.0
33

44
package dmorph

dialect_mssql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The DMorph contributors.
1+
// SPDX-FileCopyrightText: 2026 The DMorph contributors.
22
// SPDX-License-Identifier: MPL-2.0
33

44
package dmorph

dialect_mysql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The DMorph contributors.
1+
// SPDX-FileCopyrightText: 2026 The DMorph contributors.
22
// SPDX-License-Identifier: MPL-2.0
33

44
package dmorph

dialect_oracle.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The DMorph contributors.
1+
// SPDX-FileCopyrightText: 2026 The DMorph contributors.
22
// SPDX-License-Identifier: MPL-2.0
33

44
package dmorph

dialect_postgres.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The DMorph contributors.
1+
// SPDX-FileCopyrightText: 2026 The DMorph contributors.
22
// SPDX-License-Identifier: MPL-2.0
33

44
package dmorph

dialect_sqlite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The DMorph contributors.
1+
// SPDX-FileCopyrightText: 2026 The DMorph contributors.
22
// SPDX-License-Identifier: MPL-2.0
33

44
package dmorph

dialects.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The DMorph contributors.
1+
// SPDX-FileCopyrightText: 2026 The DMorph contributors.
22
// SPDX-License-Identifier: MPL-2.0
33

44
package dmorph

dialects_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-FileCopyrightText: 2025 The DMorph contributors.
1+
// SPDX-FileCopyrightText: 2026 The DMorph contributors.
22
// SPDX-License-Identifier: MPL-2.0
33

44
package dmorph_test

0 commit comments

Comments
 (0)