Skip to content

Commit 2777a0d

Browse files
committed
🚿 update codecov action
1 parent cde2af5 commit 2777a0d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: phpdoc --config=phpdoc.xml
7171

7272
- name: "Publish Docs to gh-pages"
73-
uses: JamesIves/[email protected].3
73+
uses: JamesIves/[email protected].4
7474
with:
7575
branch: gh-pages
7676
folder: docs
@@ -112,6 +112,4 @@ jobs:
112112
run: php vendor/bin/phpunit --configuration=phpunit.xml
113113

114114
- name: "Send code coverage report to Codecov.io"
115-
uses: codecov/codecov-action@v1
116-
with:
117-
token: ${{ secrets.CODECOV_TOKEN }}
115+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)