Skip to content

Commit 435ee97

Browse files
committed
added custom exceptions as requested
2 parents d98b456 + b8f871e commit 435ee97

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,7 @@ jobs:
3232
3333
- name: Publish to codecov
3434
run: |
35-
codecov --token=${{ secrets.CODECOV_TOKEN }}
36-
37-
- name: Run codacy-coverage-reporter
38-
uses: codacy/codacy-coverage-reporter-action@master
39-
with:
40-
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
41-
coverage-reports: cobertura.xml
35+
codecov --token=${{ secrets.CODECOV_TOKEN }}
4236
4337
release:
4438
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)