Skip to content

Commit

Permalink
Merge pull request #22 from codecov/codecov-action-v4
Browse files Browse the repository at this point in the history
chore(ci): upgrade to codecov v4
  • Loading branch information
thomasrockhu-codecov authored Sep 14, 2023
2 parents 8c29f9a + 75eee40 commit 9689c59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up php 8.1
uses: shivammathur/setup-php@v2
with:
Expand All @@ -15,4 +15,6 @@ jobs:
- name: Run tests and collect coverage
run: vendor/bin/phpunit --coverage-clover coverage.xml .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

0 comments on commit 9689c59

Please sign in to comment.