diff options
| author | Bobby <[email protected]> | 2022-08-30 20:33:03 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 20:33:03 -0400 |
| commit | 16fc732b9ca54e6dc60dc2567b3f616ff0da8dbe (patch) | |
| tree | 436b73d2943711fe56ffc90841dda772450db4f6 /.github/workflows/github-actions.yml | |
| parent | fc73c1fa059778551ac89d7e8c2eefe7628d6575 (diff) | |
| download | edify-16fc732b9ca54e6dc60dc2567b3f616ff0da8dbe.tar.xz edify-16fc732b9ca54e6dc60dc2567b3f616ff0da8dbe.zip | |
revert: code coverage report
Diffstat (limited to '.github/workflows/github-actions.yml')
| -rw-r--r-- | .github/workflows/github-actions.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 3649ca5..8fe9144 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -166,9 +166,6 @@ jobs: TOXPYTHON: '${{ matrix.toxpython }}' run: > tox -e ${{ matrix.tox_env }} -v - - name: process coverage report - run: > - coverage xml - uses: actions/checkout@master - uses: codecov/codecov-action@v3 with: |
