File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 matrix :
1010 config :
1111 - {
12- name : linux-x64-gcc-7 ,
13- os : ubuntu-18.04 ,
14- cxx : g++-7 ,
12+ name : linux-x64-gcc,
13+ os : ubuntu-latest ,
14+ cxx : g++,
1515 cmake-build-type : Release
1616 }
1717 - {
18- name : linux-x64-clang-9 ,
19- os : ubuntu-18.04 ,
20- cxx : clang++-9 ,
18+ name : linux-x64-clang,
19+ os : ubuntu-latest ,
20+ cxx : clang++,
2121 cmake-build-type : Release
2222 }
2323 - {
2424 name : macos-x64-gcc,
25- os : macos-10.15 ,
25+ os : macos-latest ,
2626 cxx : g++,
2727 cmake-build-type : Release
2828 }
2929 - {
3030 name : macos-x64-clang,
31- os : macos-10.15 ,
31+ os : macos-latest ,
3232 cxx : clang++,
3333 cmake-build-type : Release
3434 }
3535 - {
36- name : linux-x64-clang-12- sanitize,
37- os : ubuntu-20.04 ,
38- cxx : clang++-12 ,
36+ name : linux-x64-clang-sanitize,
37+ os : ubuntu-latest ,
38+ cxx : clang++,
3939 cxx-flags : " -fsanitize=address,undefined" ,
4040 cmake-build-type : Release
4141 }
4242 - {
43- name : linux-x64-gcc-10- coverage,
44- os : ubuntu-20.04 ,
45- cxx : g++-10 ,
43+ name : linux-x64-gcc-coverage,
44+ os : ubuntu-latest ,
45+ cxx : g++,
4646 cxx-flags : --coverage,
47- gcov-tool : gcov-10 ,
47+ gcov-tool : gcov,
4848 cmake-build-type : Debug
4949 }
5050 - {
@@ -126,4 +126,4 @@ jobs:
126126 sudo apt-get install -y lcov
127127 lcov -c -b ${{github.workspace}}/include -d ${{github.workspace}}/build -o ${{github.workspace}}/coverage.info --no-external --gcov-tool ${{matrix.config.gcov-tool}}
128128 bash <(curl -s https://codecov.io/bash) -f ${{github.workspace}}/coverage.info
129- if : ${{matrix.config.name == 'linux-x64-gcc-10- coverage'}}
129+ if : ${{matrix.config.name == 'linux-x64-gcc-coverage'}}
You can’t perform that action at this time.
0 commit comments