-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into feat/pagination
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
|
||
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis | ||
- name: Run Codacy Analysis CLI | ||
uses: codacy/[email protected].1 | ||
uses: codacy/[email protected].5 | ||
with: | ||
# Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository | ||
# You can also omit the token and run the tools that support default configurations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -788,7 +788,7 @@ jobs: | |
|
||
- name: Pytest coverage comment | ||
if: steps.pytest.outcome == 'success' | ||
uses: MishaKav/[email protected].51 | ||
uses: MishaKav/[email protected].52 | ||
with: | ||
pytest-coverage-path: ./pytest/test_coverage.txt | ||
junitxml-path: ./pytest/test_output.xml | ||
|
@@ -800,7 +800,7 @@ jobs: | |
|
||
- name: Pytest coverage comment | ||
if: steps.pytest-init-regression.outcome == 'success' || steps.pytest-run-regression.outcome == 'success' | ||
uses: MishaKav/[email protected].51 | ||
uses: MishaKav/[email protected].52 | ||
with: | ||
pytest-coverage-path: ./pytest-regression/test_coverage.txt | ||
junitxml-path: ./pytest-regression/test_output.xml | ||
|