mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-18 13:08:09 +02:00
multi: update make and CI goals with new packages
This commit is contained in:
parent
dccea8feba
commit
c0cfa06111
3 changed files with 70 additions and 14 deletions
52
.github/workflows/main.yml
vendored
52
.github/workflows/main.yml
vendored
|
|
@ -56,7 +56,15 @@ jobs:
|
|||
format: 'golang'
|
||||
parallel: true
|
||||
|
||||
- name: Send btcec
|
||||
- name: Send address coverage
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
file: address/coverage.txt
|
||||
flag-name: address
|
||||
format: 'golang'
|
||||
parallel: true
|
||||
|
||||
- name: Send btcec coverage
|
||||
uses: coverallsapp/github-action@v2
|
||||
continue-on-error: true
|
||||
with:
|
||||
|
|
@ -65,6 +73,22 @@ jobs:
|
|||
format: 'golang'
|
||||
parallel: true
|
||||
|
||||
- name: Send chaincfg coverage
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
file: chaincfg/coverage.txt
|
||||
flag-name: chaincfg
|
||||
format: 'golang'
|
||||
parallel: true
|
||||
|
||||
- name: Send chainhash coverage
|
||||
uses: coverallsapp/github-action@v2
|
||||
with:
|
||||
file: chainhash/coverage.txt
|
||||
flag-name: chainhash
|
||||
format: 'golang'
|
||||
parallel: true
|
||||
|
||||
- name: Send btcutil coverage
|
||||
uses: coverallsapp/github-action@v2
|
||||
continue-on-error: true
|
||||
|
|
@ -74,15 +98,33 @@ jobs:
|
|||
format: 'golang'
|
||||
parallel: true
|
||||
|
||||
- name: Send btcutil coverage for psbt package
|
||||
- name: Send psbt coverage
|
||||
uses: coverallsapp/github-action@v2
|
||||
continue-on-error: true
|
||||
with:
|
||||
file: btcutil/psbt/coverage.txt
|
||||
flag-name: btcutilpsbt
|
||||
file: psbt/coverage.txt
|
||||
flag-name: psbt
|
||||
format: 'golang'
|
||||
parallel: true
|
||||
|
||||
|
||||
- name: Send txscript coverage
|
||||
uses: coverallsapp/github-action@v2
|
||||
continue-on-error: true
|
||||
with:
|
||||
file: txscript/coverage.txt
|
||||
flag-name: txscript
|
||||
format: 'golang'
|
||||
parallel: true
|
||||
|
||||
- name: Send wire coverage
|
||||
uses: coverallsapp/github-action@v2
|
||||
continue-on-error: true
|
||||
with:
|
||||
file: wire/coverage.txt
|
||||
flag-name: wire
|
||||
format: 'golang'
|
||||
parallel: true
|
||||
|
||||
- name: Notify coveralls all reports sent
|
||||
uses: coverallsapp/github-action@v2
|
||||
continue-on-error: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue