Skip to content

Commit

Permalink
Publish coverage information also from envsitedir
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Oct 17, 2023
1 parent 76471e8 commit 7322262
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,13 @@ commands =
coverage run --source={toxinidir} -a {toxinidir}/aliBuild init zlib
touch zlib/foo
coverage run --source={toxinidir} -a {toxinidir}/aliBuild -a {env:ARCHITECTURE} --no-system --disable GCC-Toolchain build zlib
coverage run --source={envsitepackagesdir} -a -m unittest discover {toxinidir}/tests

[coverage:run]
branch = True
omit =
*/.tox/*/lib/*
include =
*/alibuild*/*
*/.tox/*/lib/*/alibuild_helpers/*

[coverage:report]
exclude_lines =
Expand Down

0 comments on commit 7322262

Please sign in to comment.