Skip to content

The sweep endpoint should respect to the utxosLimit config #1440

The sweep endpoint should respect to the utxosLimit config

The sweep endpoint should respect to the utxosLimit config #1440

Workflow file for this run

name: Codecov
on:
push:
branches: [ master ]
pull_request:
jobs:
codecov:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
cache: sbt
- run: sbt clean coverage test coverageReport && sbt coverageAggregate
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
name: codecov-alephium
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true