Skip to content

Commit c6cd1ec

Browse files
author
David Montague
committed
Add codecov bot
1 parent 5d0a484 commit c6cd1ec

4 files changed

Lines changed: 26 additions & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ jobs:
4141
- name: Perform CI steps
4242
run: |
4343
make ci
44+
- name: Submit coverage report
45+
run: |
46+
codecov --token=${{ secrets.SuperSecret }}

poetry.lock

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ coverage = "*"
5656
async-exit-stack = { version = "*", python = "~3.6" }
5757
async-generator = { version = "*", python = "~3.6" }
5858

59+
# CI
60+
codecov = "*"
61+
5962
# Static
6063
isort = "*"
6164
autoflake = "*"

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ chardet==3.0.4 \
3030
click==7.0 \
3131
--hash=sha256:2335065e6395b9e67ca716de5f7526736bfa6ceead690adf616d925bdc622b13 \
3232
--hash=sha256:5b94b49521f6456670fdb30cd82a4eca9412788a93fa6dd6df72c94d5a8ff2d7
33+
codecov==2.0.15 \
34+
--hash=sha256:ae00d68e18d8a20e9c3288ba3875ae03db3a8e892115bf9b83ef20507732bed4 \
35+
--hash=sha256:8ed8b7c6791010d359baed66f84f061bba5bd41174bf324c31311e8737602788
3336
colorama==0.4.3; sys_platform == "win32" \
3437
--hash=sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff \
3538
--hash=sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1

0 commit comments

Comments
 (0)