Skip to content

Commit

Permalink
Merge pull request #72 from open-dicom/ci
Browse files Browse the repository at this point in the history
Updated codecov action version, trying to fix #71.
  • Loading branch information
ZviBaratz committed Oct 19, 2021
2 parents 38c7e47 + fe462f3 commit fc3e892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: "Run tox targets for ${{ matrix.python-version }}"
run: python -m tox
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
if: "contains(env.USING_COVERAGE, matrix.python-version)"
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ depends =
commands =
coverage combine
coverage report
coverage xml

[testenv:cov-clean]
deps = coverage[toml]
Expand Down

0 comments on commit fc3e892

Please sign in to comment.