Skip to content

Commit 6f015e4

Browse files
committed
Fix CI
1 parent 448eea7 commit 6f015e4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ jobs:
104104
uses: codecov/codecov-action@v1
105105
with:
106106
token: ${{ secrets.CODECOV_TOKEN }}
107-
file: ./services/app/cover/excoveralls.json
108-
fail_ci_if_error: true
107+
file: ./services/app/assp/codebattle/cover/excoveralls.json
108+
fail_ci_if_error: false
109109

110110
- name: Login to Docker Hub
111111
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ jobs:
9494
uses: codecov/codecov-action@v1
9595
with:
9696
token: ${{ secrets.CODECOV_TOKEN }}
97-
file: ./services/app/cover/excoveralls.json
98-
fail_ci_if_error: true
97+
file: ./services/app/assp/codebattle/cover/excoveralls.json
98+
fail_ci_if_error: false

0 commit comments

Comments
 (0)