Skip to content

Commit

Permalink
feat: support SAM/BAM [#6] (#7)
Browse files Browse the repository at this point in the history
* feat: support SAM/BAM [#6]

* ci: update actions
  • Loading branch information
mbhall88 committed Feb 6, 2024
1 parent 0eebe98 commit 9112946
Show file tree
Hide file tree
Showing 9 changed files with 654 additions and 68 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Lint
run: just lint

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand All @@ -57,15 +57,13 @@ jobs:
- name: Run tests
run: just test

- uses: taiki-e/install-action@v2
with:
tool: cargo-tarpaulin@0.23.1
- uses: taiki-e/install-action@cargo-tarpaulin

- name: Run cargo-tarpaulin
run: just coverage

- name: Upload to codecov.io
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down
Loading

0 comments on commit 9112946

Please sign in to comment.