Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

- name: Install dependencies
run: |
python -m pip install --upgrade pip

Check warning on line 43 in .github/workflows/python-ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=configcat_python-sdk&issues=AaDEdlxnfUOH7oyuPX3L&open=AaDEdlxnfUOH7oyuPX3L&pullRequest=88
pip install pytest pytest-rerunfailures pytest-cov parameterized mock flake8
pip install -r requirements.txt

Expand All @@ -65,7 +65,7 @@

- name: Install dependencies
run: |
python -m pip install --upgrade pip

Check warning on line 68 in .github/workflows/python-ci.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=configcat_python-sdk&issues=AaDEdlxnfUOH7oyuPX3M&open=AaDEdlxnfUOH7oyuPX3M&pullRequest=88
pip install pytest pytest-cov parameterized mock flake8
pip install -r requirements.txt

Expand All @@ -78,4 +78,4 @@
run: pytest --cov=configcatclient configcatclienttests

- name: Upload coverage report
uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
uses: codecov/codecov-action@303a32d7a59b442fa8d48b6a1cc6825c09c847a5 # v7.1.1
Loading