Skip to content

Commit

Permalink
add codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Jul 14, 2021
1 parent 2bdaa19 commit 336dee4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ 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 @@ -62,6 +64,8 @@ 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 @@ -86,6 +90,8 @@ 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 @@ -133,6 +139,8 @@ 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 336dee4

Please sign in to comment.