We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448eea7 commit 6f015e4Copy full SHA for 6f015e4
2 files changed
.github/workflows/master.yml
@@ -104,8 +104,8 @@ jobs:
104
uses: codecov/codecov-action@v1
105
with:
106
token: ${{ secrets.CODECOV_TOKEN }}
107
- file: ./services/app/cover/excoveralls.json
108
- fail_ci_if_error: true
+ file: ./services/app/assp/codebattle/cover/excoveralls.json
+ fail_ci_if_error: false
109
110
- name: Login to Docker Hub
111
run: echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
.github/workflows/pr.yml
@@ -94,5 +94,5 @@ jobs:
94
95
96
97
98
0 commit comments