Skip to content

Commit

Permalink
Merge pull request #556 from HERA-Team/pin_codecov_v152
Browse files Browse the repository at this point in the history
pin codecov action version
  • Loading branch information
plaplant authored Jun 18, 2021
2 parents 09b2312 + d8a0a04 commit 8f862a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
env:
POSTGRES_PORT: ${{ job.services.postgres.ports[5432] }} # get randomly assigned published port

- uses: codecov/codecov-action@master
- uses: codecov/codecov-action@v1.5.2
if: matrix.os == 'ubuntu-latest' && success()
with:
token: ${{secrets.CODECOV_TOKEN}} #required
Expand Down

0 comments on commit 8f862a3

Please sign in to comment.