File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ codecov :
2+ branch : main
3+
4+ coverage :
5+ status :
6+ project :
7+ default :
8+ target : auto
9+ threshold : 0%
10+ patch :
11+ default :
12+ target : auto
13+ threshold : 0%
Original file line number Diff line number Diff line change 6464 - uses : actions/checkout@v4
6565 - uses : wntrblm/nox@main
6666 - run : nox -s "${{ matrix.session }}"
67+ - uses : actions/upload-artifact@v4
68+ with :
69+ name : coverage_${{ matrix.session }}
70+ path : coverage.xml
71+ codecov :
72+ needs :
73+ - test
74+ runs-on : ubuntu-latest
75+ steps :
76+ - uses : actions/checkout@v4
77+ - uses : actions/download-artifact@v4
78+ - uses : codecov/codecov-action@v4
79+ with :
80+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 22
33[ ![ Pre-commit.ci] ( https://results.pre-commit.ci/badge/github/paduszyk/django-management-commands/main.svg )] [ pre-commit.ci ]
44[ ![ CI] ( https://img.shields.io/github/actions/workflow/status/paduszyk/django-management-commands/package-ci.yml?logo=github&label=CI )] [ ci ]
5+ [ ![ Codecov] ( https://img.shields.io/codecov/c/github/paduszyk/django-management-commands?logo=codecov )] [ codecov ]
56
67[ ![ Nox] ( https://img.shields.io/badge/%f0%9f%a6%8a-Nox-d85e00 )] [ nox ]
78[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] [ ruff ]
1415Released under the [ MIT license] [ license ] .
1516
1617[ ci ] : https://github.com/paduszyk/django-management-commands/actions/workflows/package-ci.yml
18+ [ codecov ] : https://app.codecov.io/gh/paduszyk/django-management-commands
1719[ conventional-commits ] : https://www.conventionalcommits.org/
1820[ license ] : https://github.com/paduszyk/django-management-commands/blob/main/LICENSE
1921[ mypy ] : https://mypy.readthedocs.io
You can’t perform that action at this time.
0 commit comments