Skip to content

Commit

Permalink
ci: include dependency versions in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
TheodoorP committed Feb 23, 2022
1 parent 2fa3648 commit 40c3b4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
env:
OS: ${{ matrix.os }}
PHP: ${{ matrix.php }}
DEPENDENCY_VERSION: ${{ matrix.dependency-version }}

name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

Expand All @@ -37,4 +38,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
env_vars: OS,PHP
env_vars: OS,PHP,DEPENDENCY_VERSION

0 comments on commit 40c3b4b

Please sign in to comment.