We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e234b2 + 0af3926 commit daaa354Copy full SHA for daaa354
2 files changed
.github/workflows/ci_conda.yml
@@ -38,7 +38,7 @@ jobs:
38
pytest test/ --cov foam2dolfinx --cov-report xml --cov-report term
39
40
- name: Upload to codecov
41
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
42
with:
43
token: ${{ secrets.CODECOV_TOKEN }}
44
files: ./coverage.xml
.github/workflows/ci_docker.yml
@@ -30,7 +30,7 @@ jobs:
30
apt-get update && apt-get install -y curl
31
32
33
34
35
36
0 commit comments