mirror of
https://github.com/docker/compose.git
synced 2026-08-03 22:27:30 +00:00
Add Codecov
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
8b89721476
commit
91eae4f035
8 changed files with 117 additions and 99 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -177,6 +177,9 @@ jobs:
|
|||
if: ${{ matrix.mode == 'plugin' }}
|
||||
run: |
|
||||
make e2e-compose
|
||||
-
|
||||
name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
-
|
||||
name: Test standalone mode
|
||||
if: ${{ matrix.mode == 'standalone' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue