Skip to content

Commit 02adaea

Browse files
authored
remove condition for tmate
1 parent 733f6e0 commit 02adaea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
CMAKE_ARGS="-DCMAKE_CXX_FLAGS=--coverage -DCMAKE_C_FLAGS=--coverage -DCMAKE_Fortran_FLAGS=--coverage" pip install -e .[tests]
2121
pytest -We tests
2222
lcov --capture --directory src --output-file coverage.info --no-external
23-
- if: ${{ failure() }}
24-
uses: mxschmitt/action-tmate@v3
23+
- uses: mxschmitt/action-tmate@v3
2524
with:
2625
limit-access-to-actor: true
2726
- uses: codecov/[email protected]

0 commit comments

Comments
 (0)