Make cov setup a bit more useful and upgrade cov upload action

This commit is contained in:
Šarūnas Nejus 2025-08-08 21:51:06 +01:00
parent 54b31d01e9
commit 24ae1a765b
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435
2 changed files with 2 additions and 5 deletions

View file

@ -86,7 +86,7 @@ jobs:
name: coverage-report name: coverage-report
- name: Upload code coverage - name: Upload code coverage
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v5
with: with:
files: ./coverage.xml files: ./coverage.xml
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}

View file

@ -1,5 +1,5 @@
comment: comment:
layout: "condensed_header, condensed_files" layout: "header, diff, files"
require_changes: true require_changes: true
# Sets non-blocking status checks # Sets non-blocking status checks
@ -13,6 +13,3 @@ coverage:
default: default:
informational: true informational: true
changes: false changes: false
github_checks:
annotations: false