Skip to content

Commit

Permalink
Merge pull request #3906 from GeotrekCE/fix_github_action_codecov
Browse files Browse the repository at this point in the history
fix codecov-action version to 3.1.4 (last version supported by bionic)
  • Loading branch information
submarcos committed Jan 29, 2024
2 parents f64f5e1 + 35d46d4 commit 3bde71c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ jobs:
./venv/bin/coverage run ./manage.py test -v 3
./venv/bin/coverage xml -o coverage.xml
- uses: codecov/codecov-action@v3
# codecov-action version 3.1.4 is the last version supported by bionic (3.1.5 requires node 20)
- uses: codecov/codecov-action@v3.1.4
with:
files: ./coverage.xml
env_vars: OS,ENV
Expand Down

0 comments on commit 3bde71c

Please sign in to comment.