Skip to content

Commit 24b3f59

Browse files
committed
ci: enable codecov
1 parent 1c1443e commit 24b3f59

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
uses: docker/bake-action@v6
3030
with:
3131
targets: test
32-
# -
33-
# name: Upload coverage
34-
# uses: codecov/codecov-action@v5
35-
# with:
36-
# files: ./coverage/clover.xml
37-
# token: ${{ secrets.CODECOV_TOKEN }}
32+
-
33+
name: Upload coverage
34+
uses: codecov/codecov-action@v5
35+
with:
36+
files: ./coverage/clover.xml
37+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)