We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbd200 commit 5446903Copy full SHA for 5446903
.github/workflows/python_build.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Complexity baseline
40
run: make complexity-baseline
41
- name: Upload coverage to Codecov
42
- uses: codecov/codecov-action@v3.0.0
+ uses: codecov/codecov-action@v3.1.0
43
with:
44
file: ./coverage.xml
45
# flags: unittests
0 commit comments