diff options
author | Valery Piashchynski <[email protected]> | 2021-05-06 20:58:34 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-06 20:58:34 +0300 |
commit | 3bd2be271d1ac13f77058158a0b272e611936b82 (patch) | |
tree | 19a271465b7ac5a045b9078ab22c600645dcf6a5 /.github | |
parent | 009b7009885d8a15e6fa6c7e78436087b2f20129 (diff) | |
parent | 08dc04c6f8d8a5b5507b8d95c33f413c4eec3203 (diff) |
#662 fix(bug): RR does not respect `debug` mode when `exec_ttl` is set
#662 fix(bug): RR does not respect `debug` mode when `exec_ttl` is set
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index bb7d646b..89173b3f 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -82,7 +82,6 @@ jobs: - uses: codecov/codecov-action@v1 # Docs: <https://github.com/codecov/codecov-action> with: - token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage-ci/summary.txt fail_ci_if_error: false |