Skip to content

Commit

Permalink
updated actions config
Browse files Browse the repository at this point in the history
Signed-off-by: Kharude, Sachin <sachin.kharude@here.com>
  • Loading branch information
Kharude, Sachin committed Jul 28, 2021
1 parent 2264dbf commit 9d2057a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
pytest -v --durations=10 --cov=xyzspaces tests --cov-report=xml
- name: Upload coverage to Codecov
if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8'
if: github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
Expand Down

0 comments on commit 9d2057a

Please sign in to comment.