We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3b21a commit 827c5f8Copy full SHA for 827c5f8
.github/workflows/codecov.yml
@@ -9,7 +9,7 @@ jobs:
9
with:
10
submodules: 'true'
11
- name: Install dependencies, run tests, and collect coverage
12
- run: docker compose -f docker/github_actions/docker-compose.yaml run unit-test-test-service
+ run: docker compose -f docker/github_actions/docker-compose.yml run unit-test-test-service
13
- name: Upload coverage to Codecov
14
uses: codecov/codecov-action@v4
15
env:
0 commit comments