Skip to content

Commit b02331a

Browse files
authored
Merge pull request #21 from andhus/trigger-codecov
Removes travis badge (and to trigger codecov after adding token)
2 parents 573c7f0 + 25a59de commit b02331a

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
key: ${{ runner.os }}-${{ matrix.python-version }}-tox-${{ hashFiles('setup.py') }}-${{ hashFiles('setup.cfg') }} }}
4242
- name: Test with tox
4343
run: tox
44-
- uses: codecov/codecov-action@v4
44+
- uses: codecov/codecov-action@v3
4545
env:
4646
token: ${{ secrets.CODECOV_TOKEN }}
4747
with:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Build Status](https://travis-ci.com/andhus/dirhash-python.svg?branch=master)](https://travis-ci.com/andhus/dirhash-python)
21
[![codecov](https://codecov.io/gh/andhus/dirhash-python/branch/master/graph/badge.svg)](https://codecov.io/gh/andhus/dirhash-python)
32

43
# dirhash

codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: 100% # the required coverage value
6+
threshold: 5% # the leniency in hitting the target

0 commit comments

Comments
 (0)