File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,16 @@ jobs:
2020 - name : Setup Python
2121 uses : actions/setup-python@v2
2222 with :
23- python-version : ${{ matrix.python }}
23+ python-version : 3.9
2424 - name : Install Tox and any other packages
2525 run : pip install tox
2626 - name : Run Tox
2727 # Run tox using the version of Python in `PATH`
2828 run : tox -e py
29- - uses : actions/cache @v3
29+ - uses : codecov/codecov-action @v3
3030 with :
31- path : ./coverage.xml # Note that this path is not influenced by working-directory set in defaults, for example
32- key : coverage
31+ files : ./coverage.xml
32+ flags : unittests # optional
33+ token : ${{ secrets.CODECOV_TOKEN }} # not required for public repos
34+ fail_ci_if_error : true # optional (default = false)
35+ verbose : true # optional (default = false)
Original file line number Diff line number Diff line change 11# Firetail Python Lambda Middleware
22
3- [ ![ PyPI package] ( https://img.shields.io/badge/pip%20install-example--pypi--package- brightgreen )] ( https://pypi.org/project/firetail-lambda/ ) [ ![ version number] ( https://img.shields.io/pypi/v/firetail-lambda?color=green&label=version )] ( https://github.com/Firetail-io/firetail-py-lambda/releases ) [ ![ Actions Status] ( https://github.com/Firetail-io/firetail-py-lambda/workflows/Test/badge.svg )] ( https://github.com/Firetail-io/firetail-py-lambda/actions ) [ ![ License] ( https://img.shields.io/github/license/Firetail- io/firetail-py-lambda )] ( https://github.com/Firetail -io/firetail-py-lambda/blob/main/LICENSE )
3+ [ ![ PyPI package] ( https://img.shields.io/badge/pip%20install-firetail--lambda- brightgreen )] ( https://pypi.org/project/firetail-lambda/ ) [ ![ version number] ( https://img.shields.io/pypi/v/firetail-lambda?color=green&label=version )] ( https://github.com/Firetail-io/firetail-py-lambda/releases ) [ ![ Actions Status] ( https://github.com/Firetail-io/firetail-py-lambda/workflows/Test/badge.svg )] ( https://github.com/Firetail-io/firetail-py-lambda/actions ) [ ![ License: LGPL v3 ] ( https://img.shields.io/badge/License-LGPL_v3-blue.svg )] ( https://www.gnu.org/licenses/lgpl-3.0 ) [ ![ codecov ] ( https://codecov. io/gh/FireTail-io/ firetail-py-lambda/branch/main/graph/badge.svg?token=HU206RRZZ4 )] ( https://codecov.io/gh/FireTail -io/firetail-py-lambda )
44
55The purpose of this module is to correctly log out the event and response payload to allow the firetail extension to then send it on to the firetail logging api
66
You can’t perform that action at this time.
0 commit comments