No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
77ae615
... +8 ...
2a9fa60
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
3 | 3 | ||
4 | 4 | #include <vector> |
|
5 | 5 | ||
6 | - | #pragma GCC diagnostic push |
|
7 | - | #pragma GCC diagnostic ignored "-Weffc++" |
|
8 | - | #pragma GCC diagnostic ignored "-Wunused-local-typedefs" |
|
9 | - | #pragma GCC diagnostic ignored "-Wunused-but-set-parameter" |
|
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | 10 | #include <boost/shared_ptr.hpp> |
|
11 | 11 | #include <boost/signals2.hpp> |
|
12 | 12 | #include "tictactoefwd.h" |
|
13 | 13 | #include "tictactoekey.h" |
|
14 | 14 | #include "tictactoeplayer.h" |
|
15 | 15 | #include "tictactoewinner.h" |
|
16 | - | #pragma GCC diagnostic pop |
|
16 | + | ||
17 | 17 | ||
18 | 18 | namespace ribi { |
|
19 | 19 | namespace tictactoe { |
1 | - | #pragma GCC diagnostic push |
|
2 | - | #pragma GCC diagnostic ignored "-Weffc++" |
|
3 | - | #pragma GCC diagnostic ignored "-Wunused-local-typedefs" |
|
4 | - | #pragma GCC diagnostic ignored "-Wunused-but-set-parameter" |
|
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | 5 | #include "qttictactoegamedialog.h" |
|
6 | 6 | ||
7 | 7 | #include <cassert> |
21 | 21 | ||
22 | 22 | #include "ui_qttictactoegamedialog.h" |
|
23 | 23 | ||
24 | - | #pragma GCC diagnostic pop |
|
24 | + | ||
25 | 25 | ||
26 | 26 | ribi::tictactoe::QtTicTacToeGameDialog::QtTicTacToeGameDialog( |
|
27 | 27 | const boost::shared_ptr<Ai>& player1, |
3 | 3 | ||
4 | 4 | #include <vector> |
|
5 | 5 | ||
6 | - | #pragma GCC diagnostic push |
|
7 | - | #pragma GCC diagnostic ignored "-Weffc++" |
|
8 | - | #pragma GCC diagnostic ignored "-Wunused-local-typedefs" |
|
6 | + | ||
7 | + | ||
8 | + | ||
9 | 9 | #include <boost/shared_ptr.hpp> |
|
10 | 10 | #include "tictactoefwd.h" |
|
11 | - | #pragma GCC diagnostic pop |
|
11 | + | ||
12 | 12 | ||
13 | 13 | namespace ribi { |
|
14 | 14 | namespace tictactoe { |
1 | - | #pragma GCC diagnostic push |
|
2 | - | #pragma GCC diagnostic ignored "-Weffc++" |
|
3 | - | #pragma GCC diagnostic ignored "-Wunused-local-typedefs" |
|
4 | - | #pragma GCC diagnostic ignored "-Wunused-but-set-parameter" |
|
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | 5 | #include "qttictactoemenudialog.h" |
|
6 | 6 | ||
7 | 7 | #include <cassert> |
21 | 21 | #include "tictactoeai.h" |
|
22 | 22 | ||
23 | 23 | #include "ui_qttictactoemenudialog.h" |
|
24 | - | #pragma GCC diagnostic pop |
|
24 | + | ||
25 | 25 | ||
26 | 26 | ribi::tictactoe::QtTicTacToeMenuDialog::QtTicTacToeMenuDialog(QWidget *parent) : |
|
27 | 27 | QtHideAndShowDialog(parent), |
Learn more Showing 26 files with coverage changes found.
tictactoemenudialog.cpp
tictactoewidget.h
tictactoewinner.cpp
tictactoewidget.cpp
debug/moc_qttictactoemenudialog.cpp
ui_qtaboutdialog.h
main.cpp
ui_qttictactoemenudialog.h
ui_qttictactoewinnerdialog.h
debug/moc_qthideandshowdialog.cpp
qttictactoewidget.cpp
debug/moc_qtaboutdialog.cpp
qttictactoegamedialog.cpp
qttictactoewidget.h
tictactoeais.h
qttictactoewinnerdialog.cpp
qtmain.cpp
ui_qttictactoegamedialog.h
debug/qrc_TicTacToe.cpp
qttictactoemenudialog.cpp
debug/moc_qttictactoewidget.cpp
debug/moc_qttictactoewinnerdialog.cpp
debug/moc_qttictactoegamedialog.cpp
tictactoeai.cpp
tictactoeboard.cpp
tictactoehelper.cpp
Files | Coverage |
---|---|
debug | +6.16% 6.16% |
main.cpp | 0.00% |
qtmain.cpp | 0.00% |
qttictactoegamedialog.cpp | 0.00% |
qttictactoemenudialog.cpp | 0.00% |
qttictactoewidget.cpp | 0.00% |
qttictactoewidget.h | 0.00% |
qttictactoewinnerdialog.cpp | 0.00% |
tictactoeai.cpp | 0.72% 38.13% |
tictactoeai.h | 37.50% |
tictactoeais.cpp | 0.00% |
tictactoeais.h | 0.00% |
tictactoeboard.cpp | +1.69% 61.32% |
tictactoeboard.h | 100.00% |
tictactoeboard_test.cpp | 98.82% |
tictactoegame.cpp | 40.00% |
tictactoegame.h | 100.00% |
tictactoehelper.cpp | +2.18% 65.52% |
tictactoehelper.h | 100.00% |
tictactoemenudialog.cpp | -1.02% 48.00% |
tictactoemenudialog.h | 100.00% |
tictactoemenudialog_test.cpp | 100.00% |
tictactoeplayer.cpp | 0.00% |
tictactoesquare.cpp | 55.56% |
tictactoewidget.cpp | 0.00% |
tictactoewidget.h | 0.00% |
tictactoewinner.cpp | 0.00% |
ui_qtaboutdialog.h | 0.00% |
ui_qttictactoegamedialog.h | 0.00% |
ui_qttictactoemenudialog.h | 0.00% |
ui_qttictactoewinnerdialog.h | 0.00% |
Project Totals (37 files) | 26.17% |
2a9fa60
9dbb2f5
e5bc574
7c7db17
09808e2
3dc1106
fc2c4b4
9f1af62
0358be5
77ae615