Skip to content

Commit

Permalink
Update CI Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Dec 20, 2021
1 parent ae085f1 commit ad3298b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,9 @@ jobs:
args: buildAll

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
directory: ./coverage/
files: ./coverage/lcov.info,./coverage/backend.txt
env_vars: OS,PYTHON
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.txt

0 comments on commit ad3298b

Please sign in to comment.