Skip to content

Commit

Permalink
fix: workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Matrix86 committed Feb 13, 2021
1 parent 7ec782e commit 9c7ab5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
- name: Run Unit tests.
run: make test-coverage

# - name: Upload Coverage report to CodeCov
# uses: codecov/codecov-action@v1.0.0
# with:
# token: ${{secrets.CODECOV_TOKEN}}
# file: ./coverage.txt
- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v1.0.0
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.txt

build:
name: Build
Expand All @@ -62,4 +62,4 @@ jobs:
uses: actions/checkout@v2

- name: Build
run: make build
run: make build-tests

0 comments on commit 9c7ab5b

Please sign in to comment.