aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 600b4d6..d87d27a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,8 +13,8 @@ jobs:
components: rustfmt, clippy
- run: cargo fmt --check && cargo clippy --examples --tests --benches
- run: cargo test
- # - run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
- # - uses: codecov/codecov-action@v1
+ - run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
+ - uses: codecov/codecov-action@v3
- run: cargo doc --no-deps --release
- run: echo '<!doctypehtml><html lang=en><meta charset=utf8><title>Redirecting…</title><link rel=canonical href=https://wooorm.com/markdown-rs/markdown><script>location = "https://wooorm.com/markdown-rs/markdown"</script><meta http-equiv=refresh content=0;url=https://wooorm.com/markdown-rs/markdown><meta name=robots content=noindex><body><h1>Redirecting…</h1><p><a href=https://wooorm.com/markdown-rs/markdown>Click here if you are not redirected.</a>' > target/doc/index.html
- name: Deploy