Skip to content

Commit

Permalink
Attempts to publish coverage invo
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Oct 17, 2023
1 parent f5af805 commit 80c0afd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ commands =

coverage run --source={toxinidir} -a {toxinidir}/aliBuild version

coverage run --source={toxinidir} -a -m unittest discover {toxinidir}/tests

git clone -b O2-v1.3.0 --depth 1 https://github.com/alisw/alidist

coverage run --source={toxinidir} -a {toxinidir}/aliBuild -a {env:ARCHITECTURE} -z test-init init zlib
Expand Down Expand Up @@ -108,6 +106,7 @@ 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={toxinidir} -a -m unittest discover {toxinidir}/tests

[coverage:run]
branch = True
Expand Down

0 comments on commit 80c0afd

Please sign in to comment.