Skip to content

Commit

Permalink
Fix path issue so latest coverage works
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <[email protected]>
  • Loading branch information
alexforencich committed Jan 21, 2023
1 parent ede6270 commit a0aad34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,15 @@ python =
[testenv]
setenv =
COVERAGE=1
usedevelop = True

deps =
pytest == 7.2.1
pytest-xdist == 3.1.0
cocotb == 1.6.2
cocotb-bus == 0.2.1
cocotb-test == 0.2.2
coverage == 5.5
coverage == 7.0.5
pytest-cov == 4.0.0

commands =
Expand Down

0 comments on commit a0aad34

Please sign in to comment.