Skip to content

Commit

Permalink
Fixed codeqa/test workflow and updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed May 21, 2020
1 parent 4c5bb33 commit a4c0109
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python codeqa/test/tag
name: Python codeqa/test

on:
push:
Expand Down Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install dependencies
run: pip install mypy
- name: Check types with Mypy
run: mypy src
run: mypy anyio

test:
needs: [flake8, mypy]
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. image:: https://dev.azure.com/alexgronholm/anyio/_apis/build/status/agronholm.anyio?branchName=master
.. image:: https://github.com/agronholm/anyio/workflows/Python%20codeqa/test/badge.svg?branch=master
:alt: Build Status
.. image:: https://img.shields.io/azure-devops/coverage/agronholm/anyio/1/master.svg
.. image:: https://coveralls.io/repos/github/agronholm/anyio/badge.svg?branch=master
:alt: Code Coverage
.. image:: https://readthedocs.org/projects/anyio/badge/?version=latest
:target: https://anyio.readthedocs.io/en/latest/?badge=latest
Expand Down

0 comments on commit a4c0109

Please sign in to comment.