From 2eaab5e3b520f6013c8034d5dab37fc0dabea6dd Mon Sep 17 00:00:00 2001 From: scito Date: Sun, 4 Sep 2022 00:56:14 +0200 Subject: [PATCH] update README and CI --- .github/workflows/ci.yml | 5 +---- README.md | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e837b5..ef169ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: extract_otp_secret_keys +name: tests on: [push] @@ -30,6 +30,3 @@ jobs: - name: Test with pytest run: | pytest - - name: Test with unittest - run: | - python -m unittest diff --git a/README.md b/README.md index 8006362..e3e128a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/protobuf) ![GitHub Pipenv locked Python version](https://img.shields.io/github/pipenv/locked/python-version/scito/extract_otp_secret_keys) ![License](https://img.shields.io/github/license/scito/extract_otp_secret_keys) +![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/scito/extract_otp_secret_keys?sort=semver&label=version) ---