Skip to content

Commit

Permalink
cat coverage file to test ci (remove megit add .github/workflows/_coc…
Browse files Browse the repository at this point in the history
…otb_test.yml)
  • Loading branch information
jsouter committed Jan 30, 2025
1 parent f90bfae commit 19ad98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_cocotb_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 19ad98e

Please sign in to comment.