File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
schedule :
7
7
interval : weekly
8
8
open-pull-requests-limit : 10
9
- target-branch : master
9
+ target-branch : main
10
10
- package-ecosystem : github-actions
11
11
directory : /
12
12
schedule :
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: CI
3
3
4
4
on :
5
5
push :
6
- branches : [master ]
6
+ branches : [main ]
7
7
tags : [v*]
8
8
pull_request :
9
- branches : [master ]
9
+ branches : [main ]
10
10
workflow_dispatch :
11
11
12
12
env :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pytest-asyncio
5
5
:target: https://pypi.python.org/pypi/pytest-asyncio
6
6
.. image :: https://github.com/pytest-dev/pytest-asyncio/workflows/CI/badge.svg
7
7
:target: https://github.com/pytest-dev/pytest-asyncio/actions?workflow=CI
8
- .. image :: https://codecov.io/gh/pytest-dev/pytest-asyncio/branch/master /graph/badge.svg
8
+ .. image :: https://codecov.io/gh/pytest-dev/pytest-asyncio/branch/main /graph/badge.svg
9
9
:target: https://codecov.io/gh/pytest-dev/pytest-asyncio
10
10
.. image :: https://img.shields.io/pypi/pyversions/pytest-asyncio.svg
11
11
:target: https://github.com/pytest-dev/pytest-asyncio
@@ -31,7 +31,7 @@ are advised to use `unittest.IsolatedAsyncioTestCase <https://docs.python.org/3/
31
31
or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/latest >`__.
32
32
33
33
34
- pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/master /LICENSE >`_.
34
+ pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/main /LICENSE >`_.
35
35
36
36
37
37
Installation
Original file line number Diff line number Diff line change @@ -27,4 +27,4 @@ are advised to use `unittest.IsolatedAsyncioTestCase <https://docs.python.org/3/
27
27
or an async framework such as `asynctest <https://asynctest.readthedocs.io/en/latest >`__.
28
28
29
29
30
- pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/master /LICENSE >`_.
30
+ pytest-asyncio is available under the `Apache License 2.0 <https://github.com/pytest-dev/pytest-asyncio/blob/main /LICENSE >`_.
You can’t perform that action at this time.
0 commit comments