File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2316A Python dictionary-like interface for an Amazon DynamoDB table.
2417
You can’t perform that action at this time.
0 commit comments