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 64
64
- uses : actions/checkout@v4
65
65
- uses : wntrblm/nox@main
66
66
- 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 2
2
3
3
[ ![ Pre-commit.ci] ( https://results.pre-commit.ci/badge/github/paduszyk/django-management-commands/main.svg )] [ pre-commit.ci ]
4
4
[ ![ 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 ]
5
6
6
7
[ ![ Nox] ( https://img.shields.io/badge/%f0%9f%a6%8a-Nox-d85e00 )] [ nox ]
7
8
[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] [ ruff ]
14
15
Released under the [ MIT license] [ license ] .
15
16
16
17
[ ci ] : https://github.com/paduszyk/django-management-commands/actions/workflows/package-ci.yml
18
+ [ codecov ] : https://app.codecov.io/gh/paduszyk/django-management-commands
17
19
[ conventional-commits ] : https://www.conventionalcommits.org/
18
20
[ license ] : https://github.com/paduszyk/django-management-commands/blob/main/LICENSE
19
21
[ mypy ] : https://mypy.readthedocs.io
You can’t perform that action at this time.
0 commit comments