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 733f6e0 commit 02adaeaCopy full SHA for 02adaea
.github/workflows/codecov.yml
@@ -20,8 +20,7 @@ jobs:
20
CMAKE_ARGS="-DCMAKE_CXX_FLAGS=--coverage -DCMAKE_C_FLAGS=--coverage -DCMAKE_Fortran_FLAGS=--coverage" pip install -e .[tests]
21
pytest -We tests
22
lcov --capture --directory src --output-file coverage.info --no-external
23
- - if: ${{ failure() }}
24
- uses: mxschmitt/action-tmate@v3
+ - uses: mxschmitt/action-tmate@v3
25
with:
26
limit-access-to-actor: true
27
- uses: codecov/[email protected]
0 commit comments