Skip to content

Commit

Permalink
Added badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
innot committed Aug 16, 2022
1 parent 0abceeb commit ee6a3c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python package
name: Build

on: [push]

Expand All @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10"]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/ArgParseDecorator)
![Python Version](https://img.shields.io/pypi/pyversions/ArgParseDecorator)
[![pypi](https://img.shields.io/pypi/v/ArgParseDecorator.svg)](https://pypi.org/project/ArgParseDecorator)
[![RTD](https://readthedocs.org/projects/ArgParseDecorator/badge/?version=latest)](https://argparsedecorator.readthedocs.io)
[![Build](https://github.com/innot/argparseDecorator/actions/workflows/ci.yaml/badge.svg)](https://github.com/innot/argparseDecorator/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/innot/argparseDecorator/branch/master/graph/badge.svg)](https://codecov.io/gh/innot/argparseDecorator)

Expand Down

0 comments on commit ee6a3c0

Please sign in to comment.