Skip to content

Commit

Permalink
Trying to fix upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
alvalentini committed Apr 11, 2024
1 parent 0699e1e commit 5f32a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ jobs:
run: bash run_tests.sh

- name: "Upload coverage to Codecov"
if: ${{ github.repository == 'aiplan4eu/unified-planning' }}
uses: codecov/codecov-action@v3
if: ${{ secrets.CODECOV_TOKEN != null }}
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit 5f32a6b

Please sign in to comment.