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 @@ -2,10 +2,10 @@ name: PyPI
2
2
on :
3
3
push :
4
4
branches :
5
- - master
5
+ - main
6
6
- auto-release
7
7
pull_request :
8
- branches : [master ]
8
+ branches : [main ]
9
9
release :
10
10
types : [published]
11
11
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Tests
3
3
on :
4
4
push :
5
5
branches :
6
- - master
6
+ - main
7
7
pull_request :
8
8
branches :
9
- - master
9
+ - main
10
10
11
11
# Cancels all previous workflow runs for pull requests that have not completed.
12
12
concurrency :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ test: # Test code using pytest.
61
61
pytest -v tests/ --cov=cons/ --cov-report=xml --html=testing-report.html --self-contained-html
62
62
63
63
coverage : test
64
- diff-cover coverage.xml --compare-branch=master --fail-under=100
64
+ diff-cover coverage.xml --compare-branch=main --fail-under=100
65
65
66
66
pypi :
67
67
${PYTHON} setup.py clean --all; \
Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.org/pythological/python-cons.svg?branch=master )] ( https://travis-ci.org/pythological/python-cons ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/pythological/python-cons/badge.svg?branch=master )] ( https://coveralls.io/github/pythological/python-cons?branch=master ) [ ![ PyPI] ( https://img.shields.io/pypi/v/cons )] ( https://pypi.org/project/cons/ )
1
+ [ ![ Build Status] ( https://travis-ci.org/pythological/python-cons.svg?branch=main )] ( https://travis-ci.org/pythological/python-cons ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/pythological/python-cons/badge.svg?branch=main )] ( https://coveralls.io/github/pythological/python-cons?branch=main ) [ ![ PyPI] ( https://img.shields.io/pypi/v/cons )] ( https://pypi.org/project/cons/ )
2
2
3
3
# Python ` cons `
4
4
You can’t perform that action at this time.
0 commit comments