alisw / alibuild

A simple build tool for ALICE software
http://alisw.github.io/alibuild/
GNU General Public License v3.0
24 stars 47 forks source link

Improve test support #806

Closed ktf closed 1 year ago

ktf commented 1 year ago

Publish coverage information also from envsitedir

This is needed because otherwise we do not publish the coverage information of the unit tests, but only those coming from the aliBuild commands.

TimoWilken commented 1 year ago

According to the tox docs, you should be able to use {env:VARIABLE_NAME} in commands to substitute env vars.

TimoWilken commented 1 year ago

Ah, you changed it already! :)