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 3152e97 commit b337b07Copy full SHA for b337b07
.github/workflows/ci.yml
@@ -77,6 +77,7 @@ jobs:
77
pytest --random-order --cov=freqtrade --cov=freqtrade_client --cov-config=.coveragerc
78
79
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
80
+ if: (runner.os == 'Linux' && matrix.python-version == '3.12' && matrix.os == 'ubuntu-24.04')
81
with:
82
use_oidc: true
83
0 commit comments