Commit graph

4 commits

Author SHA1 Message Date
messense
70384a5fbf Remove CI cache 2020-11-03 19:05:43 +08:00
Maxim Zhukov
abcb18dc97
Add support coverage via codecov + tarpaulin (#31)
* workflows: add support coverage

Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>

* workflows: use HOME instead of '~' for fix macos cache build

Signed-off-by: Maxim Zhukov <mussitantesmortem@gmail.com>
2020-11-03 19:04:47 +08:00
messense
5861623b6b Rename workflow name to CI 2020-03-30 09:39:46 +08:00
Laurent Arnoud
6ba403aab9
Inital github-actions (#25)
* Inital github-actions

most taken from starship project
ref #21

* rustfmt config remove unknown configuration options

* Run rustfmt

* clippy: use any instead of find..is_some

* clippy: Remove the `clone` call: `self.crawl_delay`

* Clippy fixes

* Rustfmt fixes

* clippy: fix dont need to add `&` to all patterns

* clippy: fix needless `fn main` in doctest

* clippy: fix if-then-else expression returns a bool literal

* clippy: fix very complex type BoxFuture response

* clippy: fix variable `line_no` is used as a loop counter

* clippy: dereference the expression on tests

* clippy: fix assert(true) will be optimized out by the compiler

* github: name workflow
2020-03-30 09:32:32 +08:00