File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 pre-commit run --all-files
3030 - name : Run tests with coverage
3131 run : |
32- pytest tests/ --cov=src.dynamic_params --cov-report=xml
32+ pytest tests/ --cov=src.dynamic_params --cov-branch --cov- report=xml
3333 - name : Upload coverage to Codecov
34- uses : codecov/codecov-action@v3
34+ uses : codecov/codecov-action@v5
3535 with :
3636 file : ./coverage.xml
3737 flags : unittests
Original file line number Diff line number Diff line change 11# pytest-dynamic-params
22
3- ![ CI] ( https://github.com/ProgrammerChengPei/pytest-dynamic-params/workflows/CI /badge.svg )
3+ ![ CI] ( https://github.com/ProgrammerChengPei/pytest-dynamic-params/workflows/Code%20Quality /badge.svg )
44![ Coverage] ( https://codecov.io/gh/ProgrammerChengPei/pytest-dynamic-params/branch/main/graph/badge.svg )
55![ Version] ( https://img.shields.io/pypi/v/pytest-dynamic-params.svg )
66![ Downloads] ( https://img.shields.io/pypi/dm/pytest-dynamic-params.svg )
You can’t perform that action at this time.
0 commit comments