File tree 2 files changed +13
-1
lines changed 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 64
64
run : |
65
65
source .venv/bin/activate
66
66
pytest tests/ -v
67
+
68
+ - name : Output a coverage report file
69
+ run : |
70
+ source .venv/bin/activate
71
+ pip install pytest pytest-cov
72
+ pytest --cov-branch --cov-report=xml
73
+
74
+ - name : Upload coverage reports to Codecov
75
+ uses : codecov/codecov-action@v5
76
+ with :
77
+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 3
3
[ ![ Workflow] ( https://img.shields.io/github/actions/workflow/status/michaelthomasletts/boto3-refresh-session/push.yml?logo=github )] ( https://github.com/michaelthomasletts/boto3-refresh-session/actions/workflows/push_pullrequest.yml )
4
4
![ Python Version] ( https://img.shields.io/pypi/pyversions/boto3-refresh-session?style=pypi )
5
5
![ GitHub last commit] ( https://img.shields.io/github/last-commit/michaelthomasletts/boto3-refresh-session?logo=github )
6
+ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/boto3-refresh-session?logo=pypi )
7
+ [ ![ codecov] ( https://codecov.io/gh/michaelthomasletts/boto3-refresh-session/graph/badge.svg?token=Z7GW20P4O6 )] ( https://codecov.io/gh/michaelthomasletts/boto3-refresh-session )
6
8
![ GitHub Repo stars] ( https://img.shields.io/github/stars/michaelthomasletts/boto3-refresh-session?logo=github )
7
9
![ GitHub forks] ( https://img.shields.io/github/forks/michaelthomasletts/boto3-refresh-session?logo=github )
8
- ![ PyPI - Downloads] ( https://img.shields.io/pypi/dm/boto3-refresh-session?logo=pypi )
9
10
10
11
![ BRS Image] ( https://raw.githubusercontent.com/michaelthomasletts/boto3-refresh-session/refs/heads/main/doc/brs.png )
11
12
You can’t perform that action at this time.
0 commit comments