Skip to content

Commit 05a3e87

Browse files
author
Janos Tolgyesi
committed
Add codecov integration
1 parent d18a76a commit 05a3e87

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
id: tox
4545
run: |
4646
make test-all
47+
- name: Upload coverage reports to Codecov
48+
uses: codecov/codecov-action@v3
49+
env:
50+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4751

4852
docs:
4953
runs-on: ubuntu-latest

README.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,12 @@ DynamoDB Mapping
66
.. image:: https://img.shields.io/pypi/v/dynamodb_mapping.svg
77
:target: https://pypi.python.org/pypi/dynamodb_mapping
88

9-
.. image:: https://img.shields.io/travis/mrtj/dynamodb_mapping.svg
10-
:target: https://travis-ci.com/mrtj/dynamodb_mapping
119

1210
.. image:: https://readthedocs.org/projects/dynamodb-mapping/badge/?version=latest
1311
:target: https://dynamodb-mapping.readthedocs.io/en/latest/?version=latest
1412
:alt: Documentation Status
1513

1614

17-
.. image:: https://pyup.io/repos/github/mrtj/dynamodb_mapping/shield.svg
18-
:target: https://pyup.io/repos/github/mrtj/dynamodb_mapping/
19-
:alt: Updates
20-
21-
2215

2316
A Python dictionary-like interface for an Amazon DynamoDB table.
2417

0 commit comments

Comments
 (0)