Skip to content

Commit 2ff4fa4

Browse files
Release v5.1.0: Professional documentation, Codecov integration, comprehensive linting
1 parent 6b2ffee commit 2ff4fa4

15 files changed

Lines changed: 373 additions & 843 deletions

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,14 @@ jobs:
5858

5959
- name: Upload coverage to Codecov
6060
if: always()
61-
uses: codecov/codecov-action@v3
61+
uses: codecov/codecov-action@v4
6262
with:
63-
file: ./coverage.xml
63+
token: ${{ secrets.CODECOV_TOKEN }}
64+
files: ./coverage.xml
6465
flags: unittests
6566
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
6667
fail_ci_if_error: false
68+
verbose: true
6769

6870
- name: Create Issue on Test Failure
6971
if: failure() && github.event_name == 'push'

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
support@meridianalgo.com.
63+
contact@meridianalgo.org.
6464

6565
All complaints will be reviewed and investigated promptly and fairly.
6666

IMPLEMENTATION_SUMMARY.md

Lines changed: 0 additions & 292 deletions
This file was deleted.

0 commit comments

Comments
 (0)