Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Debugging coverage failure
  • Loading branch information
Neeratyoy committed Mar 9, 2021
commit f8fd6202d4bf9adeca64a6cfbdc402f18de5f810
4 changes: 3 additions & 1 deletion .github/workflows/ubuntu-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -67,6 +69,6 @@ jobs:
if: matrix.code-cov && always()
uses: codecov/codecov-action@v1
with:
fetch-depth: 2
files: ./coverage1.xml
fail_ci_if_error: true
verbose: true