Skip to content

Commit

Permalink
last try
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Banduhn committed Mar 9, 2020
1 parent d2c5c0b commit 9696efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
pipenv install --dev
- name: Make coverage and upload to codecov
run: |
pipenv run py.test --cov
pipenv run py.test --cov=. --cov-report=xml
codecov -t ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion coverage.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<coverage branch-rate="1" branches-covered="34" branches-valid="34" complexity="0" line-rate="1" lines-covered="148" lines-valid="148" timestamp="1583784703222" version="5.0.3">
<coverage branch-rate="1" branches-covered="34" branches-valid="34" complexity="0" line-rate="1" lines-covered="148" lines-valid="148" timestamp="1583785642378" version="5.0.3">
<!-- 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 9696efd

Please sign in to comment.