Skip to content

Commit 9c7ab5b

Browse files
committed
fix: workflow fixed
1 parent 7ec782e commit 9c7ab5b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
- name: Run Unit tests.
4343
run: make test-coverage
4444

45-
# - name: Upload Coverage report to CodeCov
46-
# uses: codecov/codecov-action@v1.0.0
47-
# with:
48-
# token: ${{secrets.CODECOV_TOKEN}}
49-
# file: ./coverage.txt
45+
- name: Upload Coverage report to CodeCov
46+
uses: codecov/codecov-action@v1.0.0
47+
with:
48+
token: ${{secrets.CODECOV_TOKEN}}
49+
file: ./coverage.txt
5050

5151
build:
5252
name: Build
@@ -62,4 +62,4 @@ jobs:
6262
uses: actions/checkout@v2
6363

6464
- name: Build
65-
run: make build
65+
run: make build-tests

0 commit comments

Comments
 (0)