We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36824b8 commit bdff146Copy full SHA for bdff146
.github/workflows/coverage.yml
@@ -6,7 +6,7 @@ on:
6
7
jobs:
8
coverage:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
10
11
steps:
12
- name: Checkout code
coverage-baseline.json
@@ -1,6 +1,6 @@
1
{
2
- "lines": "96.93",
+ "lines": "97.04",
3
"functions": "98.58",
4
- "branches": "87.63",
5
- "statements": "96.93"
+ "branches": "88.46",
+ "statements": "97.04"
}
0 commit comments