Skip to content

Commit

Permalink
fixing badges
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jun 27, 2024
1 parent 4d63fad commit f7b05f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from pymapmanager.interface2.stackWidgets import stackWidget2
from pymapmanager.annotations.baseAnnotationsCore import AnnotationsCore, SpineAnnotationsCore, LineAnnotationsCore

import math
import time
from typing import List, Optional

Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[![PyPI version](https://badge.fury.io/py/pymapmanager.svg)](https://badge.fury.io/py/pymapmanager)
[![tests](https://github.com/mapmanager/PyMapManager/workflows/Test/badge.svg)](https://github.com/mapmanager/PyMapManager/actions)
[![tests](https://github.com/mapmanager/PyMapManager/actions/workflows/test.yml/badge.svg)](https://github.com/mapmanager/PyMapManager/actions)
[![codecov](https://codecov.io/gh/mapmanager/PyMapManager/branch/main/graph/badge.svg?token=UIRVU7IZG0)](https://codecov.io/gh/mapmanager/PyMapManager)
<BR>
[![OS](https://img.shields.io/badge/OS-Linux|Windows|macOS-blue.svg)]()
[![Python](https://img.shields.io/badge/python-3.8|3.9|3.10|3.11-blue.svg)](https://www.python.org/downloads/release/python-3111/)
[![Python](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3111/)
[![License](https://img.shields.io/badge/license-GPLv3-blue)](https://github.com/cudmore/mapmanager/blob/master/LICENSE)


Expand Down

0 comments on commit f7b05f2

Please sign in to comment.