We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1443e commit 24b3f59Copy full SHA for 24b3f59
1 file changed
.github/workflows/test.yml
@@ -29,9 +29,9 @@ jobs:
29
uses: docker/bake-action@v6
30
with:
31
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 }}
+ -
+ name: Upload coverage
+ uses: codecov/codecov-action@v5
+ with:
+ files: ./coverage/clover.xml
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments