Skip to content

Commit

Permalink
enable coverage for workflow_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 18, 2020
1 parent de36f80 commit 3e99b7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow_ci.yml
Expand Up @@ -135,11 +135,11 @@ jobs:
working-directory: ${{ matrix.test_package }}

# BUG coverage is not merged!
# - uses: julia-actions/julia-processcoverage@v1
# - uses: codecov/codecov-action@v1
# with:
# file: lcov.info
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down

0 comments on commit 3e99b7f

Please sign in to comment.