diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2021-10-16 09:20:39 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2021-10-16 09:20:39 +0100 |
| commit | 992ad95a3b71cdc2194e7663a57b01db9e5e7719 (patch) | |
| tree | e0caedd85e18987666d862d0979f22606af9a1f9 /.github | |
| parent | 4b56fbbc8d2031fc5ed4940204a77169893f1117 (diff) | |
| download | webtrees-992ad95a3b71cdc2194e7663a57b01db9e5e7719.tar.gz webtrees-992ad95a3b71cdc2194e7663a57b01db9e5e7719.tar.bz2 webtrees-992ad95a3b71cdc2194e7663a57b01db9e5e7719.zip | |
Use new version of the codecov uploader action
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/phpunit.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index a8ff0ef416..e325da1d72 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -28,7 +28,7 @@ jobs: - run: vendor/bin/phpunit --coverage-clover=tests/coverage.xml - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v2 with: token: ${{ secrets.CODECOV_TOKEN }} file: tests/coverage.xml |
