1
0
mirror of https://github.com/ssh-vault/ssh-vault.git synced 2025-04-19 07:42:18 +03:00

fix coverage

This commit is contained in:
nbari 2025-04-07 21:35:17 +02:00
parent 50e4c7d0a4
commit 8bc877fe68
No known key found for this signature in database
4 changed files with 8 additions and 11 deletions

View File

@ -1,3 +0,0 @@
---
output-type: lcov
output-file: ./lcov.info

View File

@ -14,6 +14,10 @@ jobs:
test:
uses: ./.github/workflows/test.yml
coverage:
uses: ./.github/workflows/coverage.yml
secrets: inherit
build:
name: Build
runs-on: ${{ matrix.os }}

View File

@ -2,10 +2,10 @@
name: Coverage
on:
push:
branches-ignore:
- develop
- main
workflow_call:
secrets:
CODECOV_TOKEN:
required: true
jobs:
coverage:

View File

@ -59,7 +59,3 @@ jobs:
- name: test
run: cargo test
coverage:
users: ./.github/workflows/coverage.yml
secrets: inherit