Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 033dabb

Browse files
committed
Add last shields
1 parent 71ad0cc commit 033dabb

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,22 @@
66

77
---
88

9-
[![Tests](https://github.com/Ovsyanka83/autograder/actions/workflows/python-ci.yaml/badge.svg)](https://github.com/Ovsyanka83/autograder/actions/workflows/python-ci.yaml)
10-
![Codecov](https://img.shields.io/codecov/c/github/Ovsyanka83/autograder)
11-
![PyPI](https://img.shields.io/pypi/v/assignment-autograder)
12-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/assignment-autograder)
9+
10+
<p align="center">
11+
<a href="https://github.com/ovsyanka83/autograder/actions?query=workflow%3ATests+event%3Apush+branch%3Amain" target="_blank">
12+
<img src="https://github.com/Ovsyanka83/autograder/actions/workflows/python-ci.yaml/badge.svg?branch=main&event=push" alt="Test">
13+
</a>
14+
<a href="https://codecov.io/gh/ovsyanka83/autograder" target="_blank">
15+
<img src="https://img.shields.io/codecov/c/github/ovsyanka83/autograder?color=%2334D058" alt="Coverage">
16+
</a>
17+
<a href="https://pypi.org/project/assignment-autograder/" target="_blank">
18+
<img alt="PyPI" src="https://img.shields.io/pypi/v/assignment-autograder" alt="Package version">
19+
</a>
20+
<a href="https://pypi.org/project/assignment-autograder/" target="_blank">
21+
<img src="https://img.shields.io/pypi/pyversions/assignment-autograder" alt="Supported Python versions">
22+
</a>
23+
</p>
24+
1325

1426
## Features
1527

0 commit comments

Comments
 (0)