File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: PyPI
22on :
33 push :
44 branches :
5- - master
5+ - main
66 - auto-release
77 pull_request :
8- branches : [master ]
8+ branches : [main ]
99 release :
1010 types : [published]
1111
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Tests
33on :
44 push :
55 branches :
6- - master
6+ - main
77 pull_request :
88 branches :
9- - master
9+ - main
1010
1111# Cancels all previous workflow runs for pull requests that have not completed.
1212concurrency :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ test: # Test code using pytest.
6161 pytest -v tests/ --cov=cons/ --cov-report=xml --html=testing-report.html --self-contained-html
6262
6363coverage : test
64- diff-cover coverage.xml --compare-branch=master --fail-under=100
64+ diff-cover coverage.xml --compare-branch=main --fail-under=100
6565
6666pypi :
6767 ${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/ )
22
33# Python ` cons `
44
You can’t perform that action at this time.
0 commit comments