Skip to content

Commit 106a7b4

Browse files
committed
📓 Added CodeCov badge to README.md
1 parent 2c9c1de commit 106a7b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Photo Stats
22

3-
![Lint,PyTest, MyPy, and Coverage](https://github.com/djotaku/photo_stats/workflows/Lint,PyTest,%20MyPy,%20and%20Coverage/badge.svg)
3+
![Lint,PyTest, MyPy, and Coverage](https://github.com/djotaku/photo_stats/workflows/Lint,PyTest,%20MyPy,%20and%20Coverage/badge.svg) [![codecov](https://codecov.io/gh/djotaku/photo_stats/branch/master/graph/badge.svg)](https://codecov.io/gh/djotaku/photo_stats)
44

55
This project is still in its infancy, but the intention is to have it be a Python package with a bunch of utilities
66
for running a variety of stats on your photos.

Diff for: pypi.rst

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
PhotoStats
33
==========
44

5+
6+
7+
.. image:: https://codecov.io/gh/djotaku/photo_stats/branch/master/graph/badge.svg
8+
:target: https://codecov.io/gh/djotaku/photo_stats
9+
510
This is a Python package that will eventually have a bunch of utilities for running a variety of stats on
611
your photos based on EXIF data. By using exiv-based library, it can also read data
712
from RAW files.

0 commit comments

Comments
 (0)