Skip to content

Commit

Permalink
Merge branch 'master' into 302-new-data-source-for-gdac-from-amazon-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Jan 21, 2025
2 parents b27d64c + c8beb94 commit 14bec87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ jobs:
continue-on-error: true

- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cov.xml
files: ./cov.xml
flags: unittests, core, pinned, py${{matrix.python-version}}
name: codecov-github
fail_ci_if_error: false
Expand Down Expand Up @@ -261,10 +261,10 @@ jobs:
continue-on-error: true

- name: Upload coverage to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cov.xml
files: ./cov.xml
flags: unittests, all, pinned, py${{matrix.python-version}}
name: codecov-github
fail_ci_if_error: false
Expand Down

0 comments on commit 14bec87

Please sign in to comment.