gather coverage in CI from more platforms

This commit is contained in:
Antony Polukhin
2021-04-24 21:53:20 +03:00
parent 4f51b1f4eb
commit f395836779

View File

@ -21,9 +21,15 @@ jobs:
cxxstd: "03,11"
os: ubuntu-16.04
install: g++-4.8
cxxflags: "cxxflags=--coverage"
linkflags: "linkflags=--coverage"
gcov_tool: "gcov-4.8"
- toolset: gcc-7
cxxstd: "03,11,14,17"
os: ubuntu-18.04
cxxflags: "cxxflags=--coverage"
linkflags: "linkflags=--coverage"
gcov_tool: "gcov-7"
- toolset: gcc-9
cxxstd: "03,11,14,17,2a"
os: ubuntu-18.04