Skip to content

Commit

Permalink
Use latest codecov.io scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnrly committed Jun 4, 2021
1 parent c3050ed commit 950b4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@ jobs:
- name: Acceptance test
run: make build acceptance-test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash)
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
- name: Test
run: make ci-test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: bash <(curl -s https://codecov.io/bash)
release:
name: Release
runs-on: ubuntu-latest
Expand Down

0 comments on commit 950b4be

Please sign in to comment.