Skip to content

Commit

Permalink
build: remove codecov (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Nov 2, 2022
1 parent ee7cda0 commit 55b37ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ jobs:
run: bolt build
- name: Run tests
run: bolt coverage:fast
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 #v3.1.1
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
env:
CI_OS: ${{ matrix.os }}
TEST_TYPE: fast

slow-tests:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -121,11 +113,3 @@ jobs:
run: bolt coverage:slow
env:
DEBUG: electron-installer-snap:snapcraft
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 #v3.1.1
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
env:
CI_OS: ${{ matrix.os }}
TEST_TYPE: slow
25 changes: 0 additions & 25 deletions codecov.yml

This file was deleted.

0 comments on commit 55b37ca

Please sign in to comment.