mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 00:24:25 +01:00
Make cov setup a bit more useful and upgrade cov upload action
This commit is contained in:
parent
54b31d01e9
commit
24ae1a765b
2 changed files with 2 additions and 5 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -86,7 +86,7 @@ jobs:
|
|||
name: coverage-report
|
||||
|
||||
- name: Upload code coverage
|
||||
uses: codecov/codecov-action@v4
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
files: ./coverage.xml
|
||||
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
comment:
|
||||
layout: "condensed_header, condensed_files"
|
||||
layout: "header, diff, files"
|
||||
require_changes: true
|
||||
|
||||
# Sets non-blocking status checks
|
||||
|
|
@ -13,6 +13,3 @@ coverage:
|
|||
default:
|
||||
informational: true
|
||||
changes: false
|
||||
|
||||
github_checks:
|
||||
annotations: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue