File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33on :
44 push :
5- branches : [ master ]
5+ branches : [ main ]
66 pull_request :
7- branches : [ master ]
7+ branches : [ main ]
88 schedule :
99 - cron : ' 0 19 * * 3'
1010
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ include = [
3636]
3737
3838[badges ]
39- codecov = { repository = " orium/rpds" , branch = " master " , service = " github" }
39+ codecov = { repository = " orium/rpds" , branch = " main " , service = " github" }
4040
4141[dependencies ]
4242archery = " 1.0.0"
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://github.com/orium/rpds/workflows/CI/badge.svg )] ( https://github.com/orium/rpds/actions?query=workflow%3ACI )
2- [ ![ Code Coverage] ( https://codecov.io/gh/orium/rpds/branch/master /graph/badge.svg )] ( https://codecov.io/gh/orium/rpds )
2+ [ ![ Code Coverage] ( https://codecov.io/gh/orium/rpds/branch/main /graph/badge.svg )] ( https://codecov.io/gh/orium/rpds )
33[ ![ Dependency status] ( https://deps.rs/repo/github/orium/rpds/status.svg )] ( https://deps.rs/repo/github/orium/rpds )
44[ ![ crates.io] ( https://img.shields.io/crates/v/rpds.svg )] ( https://crates.io/crates/rpds )
55[ ![ Downloads] ( https://img.shields.io/crates/d/rpds.svg )] ( https://crates.io/crates/rpds )
Original file line number Diff line number Diff line change 66
77set -e
88
9- MAIN_BRANCH=master
9+ MAIN_BRANCH=main
1010
1111cd $( dirname " $0 " )
1212cd " $( git rev-parse --show-toplevel) "
You can’t perform that action at this time.
0 commit comments