Skip to content

Commit

Permalink
remove codecov gh-action
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Jul 16, 2021
1 parent 728f360 commit 80fc263
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
DB_PASSWORD: root
DB_PORT: ${{ job.services.mysql.ports[3306] }}
run: bundle exec rails test test/unit
- name: Upload to codecov
uses: codecov/codecov-action@v1

functional-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -64,8 +62,6 @@ jobs:
DB_PASSWORD: root
DB_PORT: ${{ job.services.mysql.ports[3306] }}
run: bundle exec rails test test/functional
- name: Upload to codecov
uses: codecov/codecov-action@v1

integration-tests:
runs-on: ubuntu-latest
Expand All @@ -90,8 +86,6 @@ jobs:
DB_PASSWORD: root
DB_PORT: ${{ job.services.mysql.ports[3306] }}
run: bundle exec rails test test/integration
- name: Upload to codecov
uses: codecov/codecov-action@v1

system-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -139,8 +133,6 @@ jobs:
with:
name: system-test-screenshots
path: tmp/screenshots/*
- name: Upload to codecov
uses: codecov/codecov-action@v1

remove-labels:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 80fc263

Please sign in to comment.