Skip to content

Commit

Permalink
updating main branch name (unsure whether this config file is even us…
Browse files Browse the repository at this point in the history
…ed anymore though)
  • Loading branch information
lsinger committed Dec 11, 2023
1 parent 9dc6275 commit 3986cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Run tests
run: |
./vendor/bin/phpunit --version
WP_MULTISITE=${{ matrix.multisite }} ./vendor/bin/phpunit -c ./tests/phpunit.xml.dist --coverage-clover coverage.xml .
WP_MULTISITE=${{ matrix.multisite }} ./vendor/bin/phpunit -c ./tests/phpunit.xml.dist --coverage-clover coverage.xml
- name: Code Coverage
run: |
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codecov:
branch: master
branch: trunk

coverage:
ignore:
Expand Down

0 comments on commit 3986cf9

Please sign in to comment.