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 54b31d0 commit 24ae1a7Copy full SHA for 24ae1a7
.github/workflows/ci.yaml
@@ -86,7 +86,7 @@ jobs:
86
name: coverage-report
87
88
- name: Upload code coverage
89
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
90
with:
91
files: ./coverage.xml
92
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
codecov.yml
@@ -1,5 +1,5 @@
1
comment:
2
- layout: "condensed_header, condensed_files"
+ layout: "header, diff, files"
3
require_changes: true
4
5
# Sets non-blocking status checks
@@ -13,6 +13,3 @@ coverage:
13
default:
14
informational: true
15
changes: false
16
-
17
-github_checks:
18
- annotations: false
0 commit comments