Skip to content

Commit 24ae1a7

Browse files
committed
Make cov setup a bit more useful and upgrade cov upload action
1 parent 54b31d0 commit 24ae1a7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
name: coverage-report
8787

8888
- name: Upload code coverage
89-
uses: codecov/codecov-action@v4
89+
uses: codecov/codecov-action@v5
9090
with:
9191
files: ./coverage.xml
9292
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}

codecov.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
comment:
2-
layout: "condensed_header, condensed_files"
2+
layout: "header, diff, files"
33
require_changes: true
44

55
# Sets non-blocking status checks
@@ -13,6 +13,3 @@ coverage:
1313
default:
1414
informational: true
1515
changes: false
16-
17-
github_checks:
18-
annotations: false

0 commit comments

Comments
 (0)