Skip to content

Commit 0c58293

Browse files
authored
Merge pull request #37 from kpp/readme
Update readme
2 parents 6dcf120 + e55405d commit 0c58293

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

.github/workflows/rust.yml

-6
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,3 @@ jobs:
4646
uses: codecov/[email protected]
4747
with:
4848
token: ${{secrets.CODECOV_TOKEN}}
49-
50-
- name: archive code coverage results
51-
uses: actions/upload-artifact@v1
52-
with:
53-
name: code-coverage-report
54-
path: cobertura.xml

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# futures-async-combinators
22

3-
[![Build Status][travis-badge]][travis-url]
3+
[![Build Status][ci-badge]][ci-url]
44
[![Coverage Status][cov-badge]][cov-url]
55
[![Docs][doc-badge]][doc-url]
66

7-
[travis-badge]: https://travis-ci.com/kpp/futures-async-combinators.svg?branch=master
8-
[travis-url]: https://travis-ci.com/kpp/futures-async-combinators
9-
[cov-badge]: https://coveralls.io/repos/github/kpp/futures-async-combinators/badge.svg?branch=master
10-
[cov-url]: https://coveralls.io/github/kpp/futures-async-combinators?branch=master
7+
[ci-badge]: https://github.com/kpp/futures-async-combinators/workflows/CI/badge.svg?branch=master
8+
[ci-url]: https://github.com/kpp/futures-async-combinators/actions
9+
[cov-badge]: https://codecov.io/gh/kpp/futures-async-combinators/branch/master/graph/badge.svg?token=X29P76ICLS
10+
[cov-url]: https://codecov.io/gh/kpp/futures-async-combinators
1111
[doc-badge]: https://docs.rs/futures-async-combinators/badge.svg
1212
[doc-url]: https://docs.rs/futures-async-combinators
1313

1414
FOR LEARNING PURPOSES ONLY
1515

16-
This is a greatly simplified implementation of [Future combinators](https://docs.rs/futures-preview/0.3.0-alpha.18/futures/)
16+
This is a greatly simplified implementation of [Future combinators](https://docs.rs/futures/0.3.8/futures/)
1717
like `FutureExt::map`, `TryFutureExt::and_then`...
1818

1919
# Requirements

0 commit comments

Comments
 (0)