feat: pagination of l1 names, links to unwrap #149
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Contract Tests | |
on: [push] | |
jobs: | |
tests: | |
name: Contract Tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run contract tests | |
uses: docker://hirosystems/clarinet:latest | |
with: | |
args: test --coverage --manifest-path=./contracts/Clarinet.toml | |
- name: Upload coverage | |
uses: codecov/codecov-action@v3 | |
with: | |
files: ./coverage.lcov |