Skip to content

Commit 4f9fef0

Browse files
committed
chore(ci): add uploading to codecov
1 parent 56616e3 commit 4f9fef0

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,9 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: pytest
25-
run: docker compose -f deploy/dev/docker-compose.yaml run tgdb pytest tests
25+
run: docker compose -f deploy/dev/docker-compose.yaml run tgdb pytest tests --cov --cov-report=xml
26+
27+
- name: upload coverage reports to codecov
28+
uses: codecov/codecov-action@v5
29+
with:
30+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)