diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b32daa3..59abff1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,9 +29,9 @@ jobs: uses: docker/bake-action@v6 with: targets: test -# - -# name: Upload coverage -# uses: codecov/codecov-action@v5 -# with: -# files: ./coverage/clover.xml -# token: ${{ secrets.CODECOV_TOKEN }} + - + name: Upload coverage + uses: codecov/codecov-action@v5 + with: + files: ./coverage/clover.xml + token: ${{ secrets.CODECOV_TOKEN }}