diff --git a/.github/workflows/_cocotb_test.yml b/.github/workflows/_cocotb_test.yml index 9e25a7e60..156014a36 100644 --- a/.github/workflows/_cocotb_test.yml +++ b/.github/workflows/_cocotb_test.yml @@ -29,7 +29,7 @@ jobs: -v "${{ github.workspace }}/build:/build" \ ghcr.io/pandablocks/pandablocks-dev-container:4.0a7 \ /bin/bash -c \ - "cd PandABlocks-fpga && ln -s CONFIG.example CONFIG && make cocotb_tests && sed -i 's/\/repos\/PandABlocks-FPGA\///' cocotb_coverage.xml" + "cd PandABlocks-fpga && ln -s CONFIG.example CONFIG && make cocotb_tests && sed -i 's/\/repos\/PandABlocks-FPGA\///' cocotb_coverage.xml && cat cocotb_coverage.xml" - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: