File tree 2 files changed +6
-12
lines changed
2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change 46
46
47
47
with :
48
48
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
Original file line number Diff line number Diff line change 1
1
# futures-async-combinators
2
2
3
- [ ![ Build Status] [ travis -badge]] [ travis -url]
3
+ [ ![ Build Status] [ ci -badge]] [ ci -url]
4
4
[ ![ Coverage Status] [ cov-badge ]] [ cov-url ]
5
5
[ ![ Docs] [ doc-badge ]] [ doc-url ]
6
6
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
11
11
[ doc-badge ] : https://docs.rs/futures-async-combinators/badge.svg
12
12
[ doc-url ] : https://docs.rs/futures-async-combinators
13
13
14
14
FOR LEARNING PURPOSES ONLY
15
15
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/ )
17
17
like ` FutureExt::map ` , ` TryFutureExt::and_then ` ...
18
18
19
19
# Requirements
You can’t perform that action at this time.
0 commit comments