File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1+ coverage :
2+ status :
3+ project :
4+ default :
5+ target : 100% # the required coverage value
6+ threshold : 5% # the leniency in hitting the target
You can’t perform that action at this time.
0 commit comments