Skip to content

Commit b618245

Browse files
committed
want better coverage for future prs
1 parent 4152087 commit b618245

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#file: noinspection GrazieInspection,GrazieInspection
21
# For most projects, this workflow file will not need changing; you simply need
32
# to commit it to your repository.
43
#
@@ -56,7 +55,6 @@ jobs:
5655
# see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning.
5756
# If you are analyzing a compiled language, you can modify the 'build-mode' for that language to customize how
5857
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
59-
# noinspection GrazieInspection,GrazieInspection
6058
steps:
6159
- name: Checkout repository
6260
uses: actions/checkout@v4

.testcoverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ profile: cover.out
1111
threshold:
1212
# (optional; default 0)
1313
# Minimum coverage percentage required for individual files.
14-
file: 0
14+
file: 70
1515

1616
# (optional; default 0)
1717
# Minimum coverage percentage required for each package.
18-
package: 0
18+
package: 80
1919

2020
# (optional; default 0)
2121
# Minimum overall project coverage percentage required.
22-
total: 10
22+
total: 95
2323

2424
# Holds regexp rules which will override thresholds for matched files or packages
2525
# using their paths.

0 commit comments

Comments
 (0)