diff options
| author | Bobby <[email protected]> | 2022-08-30 20:14:14 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-30 20:14:14 -0400 |
| commit | 3c0c083efd5ef5b08752b870243ea008315d24ed (patch) | |
| tree | 7c4697ca6e2c62540a2b45527c126d467aa1d769 /.github | |
| parent | c84e478f17ca4784a20aa842c2c10469c6a2379f (diff) | |
| download | edify-3c0c083efd5ef5b08752b870243ea008315d24ed.tar.xz edify-3c0c083efd5ef5b08752b870243ea008315d24ed.zip | |
Adding codecov report to actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/github-actions.yml | 4 |
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 |
