Skip to content

Commit

Permalink
fix cov script
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 17, 2023
1 parent 5b2ea76 commit fb1b91a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ cargo fmt
```shell
cargo doc --open
```

4 changes: 2 additions & 2 deletions scripts/cov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ set -e
cargo tarpaulin -p curies --doc --tests --out html --out xml --timeout 120 \
--exclude-files lib/src/error.rs

# Remove exclude error.rs when ready to add tests for all type of errors!
# Remove exclude error.rs when ready to add tests for prints of errors!

python -m http.server 3000 --directory .
# python -m http.server 3000 --directory .

0 comments on commit fb1b91a

Please sign in to comment.