Skip to content

Commit

Permalink
remove codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit committed Aug 25, 2020
1 parent 9bd6dc4 commit 24a9391
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
working-directory: ${{ matrix.package }}

- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
run: curl -s https://codecov.io/bash | bash -t ${{ secrets.CODECOV_TOKEN }}

flutter:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -112,6 +110,4 @@ jobs:
working-directory: ${{ matrix.package }}

- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
run: curl -s https://codecov.io/bash | bash -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 24a9391

Please sign in to comment.