Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Fixed codecov issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi committed Oct 18, 2020
1 parent fd85fa7 commit f6990f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python_package.yml
Expand Up @@ -52,11 +52,6 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
files: ./coverage1.xml,./coverage2.xml
directory: ./coverage/reports/
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: true
path_to_write_report: ./coverage/codecov_report.gz
verbose: true
2 changes: 1 addition & 1 deletion coverage.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage version="5.3" timestamp="1603035191099" lines-valid="23949" lines-covered="6464" line-rate="0.2699" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<coverage version="5.3" timestamp="1603035375644" lines-valid="23949" lines-covered="6464" line-rate="0.2699" branches-covered="0" branches-valid="0" branch-rate="0" complexity="0">
<!-- Generated by coverage.py: https://coverage.readthedocs.io -->
<!-- Based on https://raw.githubusercontent.com/cobertura/web/master/htdocs/xml/coverage-04.dtd -->
<sources>
Expand Down

0 comments on commit f6990f9

Please sign in to comment.