1
0
Fork 0

Update allowed warnings limits

This commit is contained in:
Patryk Obara 2020-02-03 06:09:39 +01:00
parent 2e43cf551f
commit c2691b1d4f
4 changed files with 8 additions and 8 deletions

View file

@ -127,7 +127,7 @@ jobs:
path: pvs-report
- name: Summarize report
env:
MAX_BUGS: 613
MAX_BUGS: 611
run: |
echo "Full report is included in build Artifacts"
echo

View file

@ -12,19 +12,19 @@ jobs:
- name: GCC-5 (Ubuntu 16.04)
os: ubuntu-16.04
flags: -c gcc
max_warnings: 174
max_warnings: 173
- name: GCC-7 (Ubuntu 18.04)
os: ubuntu-18.04
flags: -c gcc
max_warnings: 177
max_warnings: 176
- name: GCC-9 (Ubuntu 18.04)
os: ubuntu-18.04
flags: -c gcc -v 9
max_warnings: 196
max_warnings: 195
- name: Clang-8 (Ubuntu 18.04)
os: ubuntu-18.04
flags: -c clang -v 8
max_warnings: 96
max_warnings: 95
steps:
- uses: actions/checkout@v1
with:

View file

@ -11,10 +11,10 @@ jobs:
conf:
- name: Clang
flags: -c clang
max_warnings: 100
max_warnings: 99
- name: GCC-9
flags: -c gcc -v 9
max_warnings: 188
max_warnings: 187
steps:
- uses: actions/checkout@v1
with:

View file

@ -28,7 +28,7 @@ jobs:
- compiler: GCC
bits: 64
arch: x86_64
max_warnings: 193
max_warnings: 192
env:
CHERE_INVOKING: yes
steps: