aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-30 20:14:14 -0400
committerGitHub <[email protected]>2022-08-30 20:14:14 -0400
commit3c0c083efd5ef5b08752b870243ea008315d24ed (patch)
tree7c4697ca6e2c62540a2b45527c126d467aa1d769
parentc84e478f17ca4784a20aa842c2c10469c6a2379f (diff)
downloadedify-3c0c083efd5ef5b08752b870243ea008315d24ed.tar.xz
edify-3c0c083efd5ef5b08752b870243ea008315d24ed.zip
Adding codecov report to actions
-rw-r--r--.github/workflows/github-actions.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 88ad0fc..8bafe65 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -165,3 +165,7 @@ jobs:
TOXPYTHON: '${{ matrix.toxpython }}'
run: >
tox -e ${{ matrix.tox_env }} -v
+ - uses: actions/checkout@master
+ - uses: codecov/codecov-action@v3
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos