Skip to content

Commit

Permalink
fix: change codecov version and add token
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Apr 15, 2024
1 parent d8aa970 commit e61f2b9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ jobs:
- name: Upload coverage to Codecov
uses: Wandalen/wretry.action@master
with:
action: codecov/codecov-action@v3
action: codecov/codecov-action@v4
with: |
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage.python${{ matrix.python-version }}.xml,
flags: ${{ matrix.os }}-python${{ matrix.python-version }}
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
attempt_limit: 100
attempt_delay: 10000
1 change: 1 addition & 0 deletions .github/workflows/ci-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
run-tests:
name: "Run tests job"
uses: ./.github/workflows/_tests.yml
secrets: inherit

build-n-publish:
name: Build and publish Python 🐍 distributions 📦 to PyPI
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ jobs:
run-tests:
name: "Run tests job"
uses: ./.github/workflows/_tests.yml
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ jobs:
run-tests:
name: "Run tests job"
uses: ./.github/workflows/_tests.yml
secrets: inherit

0 comments on commit e61f2b9

Please sign in to comment.