mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
Travis: coverage: report check-themes with separate flag (#2570)
This makes sense in general (every check target should get its own flag), and might help with tracking down unexpected coverage changes (although those appear to be related to the C code only (gcov)).
This commit is contained in:
parent
b392e2ce74
commit
0acaaf6863
1 changed files with 2 additions and 1 deletions
|
@ -187,8 +187,9 @@ script:
|
|||
make check-unit || exit 1
|
||||
do_codecov unittests
|
||||
make check-integration || exit 1
|
||||
make check-themes || exit 1
|
||||
do_codecov functionaltests
|
||||
make check-themes || exit 1
|
||||
do_codecov themes
|
||||
do_codecov_gcov c_code
|
||||
|
||||
travis_fold_end
|
||||
|
|
Loading…
Reference in a new issue