1
0
Fork 0

Adjust workflow warning and bug counts

This commit is contained in:
krcroft 2020-01-19 10:12:40 -08:00 committed by Patryk Obara
parent ec52c3ef3d
commit 508d338c27
4 changed files with 11 additions and 11 deletions

View file

@ -115,7 +115,7 @@ jobs:
path: pvs-analysis-report
- name: Summarize report
env:
MAX_BUGS: 339
MAX_BUGS: 321
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: 180
max_warnings: 174
- name: GCC-7 (Ubuntu 18.04)
os: ubuntu-18.04
flags: -c gcc
max_warnings: 183
max_warnings: 177
- name: GCC-9 (Ubuntu 18.04)
os: ubuntu-18.04
flags: -c gcc -v 9
max_warnings: 202
max_warnings: 196
- name: Clang-8 (Ubuntu 18.04)
os: ubuntu-18.04
flags: -c clang -v 8
max_warnings: 107
max_warnings: 106
steps:
- uses: actions/checkout@v1
with:

View file

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

View file

@ -16,19 +16,19 @@ jobs:
- compiler: Clang
bits: 32
arch: i686
max_warnings: 76
max_warnings: 73
- compiler: Clang
bits: 64
arch: x86_64
max_warnings: 114
max_warnings: 110
- compiler: GCC
bits: 32
arch: i686
max_warnings: 156
max_warnings: 153
- compiler: GCC
bits: 64
arch: x86_64
max_warnings: 197
max_warnings: 193
env:
CHERE_INVOKING: yes
steps: