Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: remove codecov #3044

Merged
merged 1 commit into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.