Skip to content

Commit

Permalink
add xml output
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 18, 2025
1 parent b0b91ed commit 1258ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
${{ matrix.debug && '--enable-compiler-debug-mode' || '' }}
${{ matrix.experimental-codegen && '--experimental-codegen' || '' }}
--cov-branch
--cov-report=
--cov-report=xml
--cov=vyper
tests/
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
--group ${{ matrix.group }} \
--splitting-algorithm least_duration \
--cov-branch \
--cov-report= \
--cov-report=xml \
--cov=vyper \
tests/
Expand Down

0 comments on commit 1258ffb

Please sign in to comment.