From 3c0c083efd5ef5b08752b870243ea008315d24ed Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Tue, 30 Aug 2022 20:14:14 -0400 Subject: Adding codecov report to actions --- .github/workflows/github-actions.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.github/workflows/github-actions.yml') 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 -- cgit v1.2.3