We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c513b commit 4e44389Copy full SHA for 4e44389
1 file changed
.github/workflows/ci_docker.yml
@@ -20,6 +20,10 @@ jobs:
20
- name: Run tests
21
run: |
22
python3 -m pytest test/ --cov openmc2dolfinx --cov-report xml --cov-report term
23
+
24
+ - name: Install curl for codecov
25
+ run: |
26
+ apt-get update && apt-get install -y curl
27
28
- name: Upload to codecov
29
uses: codecov/codecov-action@v5
0 commit comments