Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
levizoesch authored Oct 29, 2023
1 parent 14ce983 commit b86d023
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,8 @@ jobs:
run: php ./vendor/bin/paratest --no-coverage --processes=4
env:
TELLER_TEST_TOKEN: ${{ secrets.TELLER_TEST_TOKEN }}

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit b86d023

Please sign in to comment.