We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d60d71 commit dd9f2beCopy full SHA for dd9f2be
.github/workflows/test-suite.yml
@@ -46,7 +46,7 @@ jobs:
46
# --cov-fail-under=60 --> we'll actually do that with the "Report coverage" step
47
- name: "Report coverage"
48
# @link https://github.com/orgoro/coverage
49
- uses: "orgoro/coverage@v3.1"
+ uses: "orgoro/coverage@v3.2"
50
continue-on-error: true
51
with:
52
coverageFile: coverage.xml
0 commit comments