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:
parent
50e4c7d0a4
commit
8bc877fe68
3
.github/actions-rs/grcov.yml
vendored
3
.github/actions-rs/grcov.yml
vendored
@ -1,3 +0,0 @@
|
||||
---
|
||||
output-type: lcov
|
||||
output-file: ./lcov.info
|
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
8
.github/workflows/coverage.yml
vendored
8
.github/workflows/coverage.yml
vendored
@ -2,10 +2,10 @@
|
||||
name: Coverage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- develop
|
||||
- main
|
||||
workflow_call:
|
||||
secrets:
|
||||
CODECOV_TOKEN:
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -59,7 +59,3 @@ jobs:
|
||||
|
||||
- name: test
|
||||
run: cargo test
|
||||
|
||||
coverage:
|
||||
users: ./.github/workflows/coverage.yml
|
||||
secrets: inherit
|
||||
|
Loading…
x
Reference in New Issue
Block a user