File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7171 run : poetry install
7272
7373 - name : Unit tests
74- run : poetry run pytest tests/unit/ --tb=short --cov=memweave --cov-report=term-missing --cov-fail-under=70
74+ run : poetry run pytest tests/unit/ --tb=short --cov=memweave --cov-report=term-missing --cov-report=xml --cov-fail-under=70
75+
76+ - name : Upload coverage to Codecov
77+ uses : codecov/codecov-action@v5
78+ with :
79+ token : ${{ secrets.CODECOV_TOKEN }}
80+ files : coverage.xml
81+ fail_ci_if_error : false
Original file line number Diff line number Diff line change 66[ ![ PyPI Downloads] ( https://static.pepy.tech/personalized-badge/memweave?period=total&units=INTERNATIONAL_SYSTEM&left_color=BLACK&right_color=GREEN&left_text=downloads )] ( https://pepy.tech/projects/memweave )
77[ ![ Python] ( https://img.shields.io/pypi/pyversions/memweave )] ( https://pypi.org/project/memweave/ )
88[ ![ CI] ( https://github.com/sachinsharma9780/memweave/actions/workflows/ci.yml/badge.svg )] ( https://github.com/sachinsharma9780/memweave/actions/workflows/ci.yml )
9+ [ ![ codecov] ( https://codecov.io/gh/sachinsharma9780/memweave/branch/main/graph/badge.svg )] ( https://codecov.io/gh/sachinsharma9780/memweave )
910[ ![ code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/psf/black )
1011[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] ( https://github.com/astral-sh/ruff )
1112[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
You can’t perform that action at this time.
0 commit comments