Skip to content

Commit

Permalink
Add codecov settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartstig committed Sep 27, 2024
1 parent 76b9555 commit df5a9ff
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
env:
ENV: test

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
pytest-integrative-1:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -90,10 +90,10 @@ jobs:
env:
ENV: test

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
pytest-integrative-2:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -136,10 +136,10 @@ jobs:
env:
ENV: test

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
pytest-integrative-3:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -182,10 +182,10 @@ jobs:
env:
ENV: test

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
pytest-integrative-4:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
env:
ENV: test

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit df5a9ff

Please sign in to comment.