Skip to content

Commit df886bf

Browse files
committed
ci: remove upload to codecov step
1 parent b9bc8d3 commit df886bf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci-workflow.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ jobs:
8484
name: code-coverage
8585
path: unit-tests/coverage
8686

87-
- name: Upload to codecov.io
88-
uses: codecov/codecov-action@v3
89-
with:
90-
token: ${{ secrets.CODECOV_TOKEN }}
91-
files: ./unit-tests/coverage.info
92-
flags: unittests
93-
name: app-acre
94-
fail_ci_if_error: true
95-
verbose: true
87+
# - name: Upload to codecov.io
88+
# uses: codecov/codecov-action@v3
89+
# with:
90+
# token: ${{ secrets.CODECOV_TOKEN }}
91+
# files: ./unit-tests/coverage.info
92+
# flags: unittests
93+
# name: app-acre
94+
# fail_ci_if_error: true
95+
# verbose: true
9696

9797
- name: HTML documentation
9898
run: doxygen .doxygen/Doxyfile

0 commit comments

Comments
 (0)