Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickfunk committed May 14, 2021
2 parents 3fed21b + 3cef89e commit 819de75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ jobs:
run: cargo build
- name: Run tests
run: cargo test --lib

- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.15.0'
args: '-- --test-threads 1'

- name: Upload to codecov.io
uses: codecov/codecov-action@v1.0.2
with:
token: ${{secrets.CODECOV_TOKEN}}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ With `genanki-rs` you can easily generate decks for the popular open source flas

*This library and its author(s) are not affiliated/associated with the main Anki project in any way.*

![example workflow](https://github.com/yannickfunk/genanki-rs/actions/workflows/rust.yml/badge.svg)
![example workflow](https://github.com/yannickfunk/genanki-rs/actions/workflows/rust.yml/badge.svg)[![codecov](https://codecov.io/gh/yannickfunk/genanki-rs/branch/master/graph/badge.svg?token=16A3Z7SE6W)](https://codecov.io/gh/yannickfunk/genanki-rs)

## How to use (Use the [`documentation`](https://docs.rs/genanki-rs/0.1.1/genanki_rs/index.html) for further information)
Add
Expand Down

0 comments on commit 819de75

Please sign in to comment.