Skip to content

Commit c9c0a09

Browse files
authored
feat: enabled codecov (#33)
1 parent 595cb15 commit c9c0a09

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,13 @@ jobs:
7070
with:
7171
name: coverage-xml
7272
path: coverage.xml
73-
73+
74+
- if: matrix.python-version == '3.12' && runner.os == 'Linux'
75+
name: Upload coverage reports to Codecov
76+
uses: codecov/codecov-action@v4.0.1
77+
with:
78+
token: ${{ secrets.CODECOV_TOKEN }}
79+
slug: litestar-org/pytest-databases
7480
sonar:
7581
needs:
7682
- run

0 commit comments

Comments
 (0)