Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into readd-chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
vernans committed Jan 13, 2021
2 parents 2e22538 + 3e55bcb commit d5f11eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
run: |
tox -e ${{ matrix.config[1] }}-${{ matrix.flavour }}-${{ matrix.browser }}-${{ matrix.state }}
- name: Report to coveralls
run:
run: |
pip install coverage coveralls
coverage combine
coveralls
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ gocept.selenium
.. image:: https://readthedocs.org/projects/goceptselenium/badge/?version=latest
:target: https://goceptselenium.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://travis-ci.com/gocept/gocept.selenium.svg?branch=master
:target: https://travis-ci.com/gocept/gocept.selenium
.. image:: https://github.com/gocept/gocept.selenium/workflows/tests/badge.svg
:target: https://github.com/gocept/gocept.selenium/actions?query=workflow%3Atests
.. image:: https://coveralls.io/repos/github/gocept/gocept.selenium/badge.svg
:target: https://coveralls.io/github/gocept/gocept.selenium
.. image:: https://img.shields.io/pypi/v/gocept.selenium.svg
Expand Down

0 comments on commit d5f11eb

Please sign in to comment.