Skip to content

Commit 11db833

Browse files
Update branch names
1 parent fbeedfc commit 11db833

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: PyPI
22
on:
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

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Tests
33
on:
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.
1212
concurrency:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

6363
coverage: test
64-
diff-cover coverage.xml --compare-branch=master --fail-under=100
64+
diff-cover coverage.xml --compare-branch=main --fail-under=100
6565

6666
pypi:
6767
${PYTHON} setup.py clean --all; \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)