forked from tektronix/tm_devices
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CodeQL and Codecov issues (tektronix#11)
* fix: Remove redundant assignment of variable. * fix: Removed some unused variables. * fix: Updated imports to be consistent. * ci: Use new token for reviewer assigning. * ci: Use new workflow for assigning reviewers. * ci: Assign reviewers on all PR types * ci: Assign reviewers on all PR types * ci: Specify when to assign reviewers. * ci: Add CodeCov token. * ci: Allow codecov to auto-detect the coverage file. * ci: Turn on verbosity for coverage upload. * ci: Create xml coverage report for codecov. * ci: Archive the coverage reports and use the correct syntax to create an xml report for codecov. * ci: Specify the file to upload to codecov * ci: Add comment for the future to help if a new access token needs to be created. Signed-off-by: v12ganesh [email protected]
- Loading branch information
Showing
14 changed files
with
33 additions
and
26 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 |
---|---|---|
|
@@ -10,5 +10,9 @@ jobs: | |
- name: Assign Reviewers | ||
uses: rowi1de/[email protected] | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
# If this job ever starts failing, the most likely reason is that this secret is no | ||
# longer valid. This secret needs to be a Personal Access Token (Classic) with the | ||
# public_repo and read:org permissions. It also needs to be from an account that is | ||
# part of the tektronix GitHub organization. | ||
repo-token: ${{ secrets.ASSIGN_REVIEWERS_TOKEN }} | ||
teams: tm-devices-maintainers |
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
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 |
---|---|---|
|
@@ -47,8 +47,7 @@ MANIFEST | |
htmlcov/ | ||
.tox/ | ||
.nox/ | ||
.coverage | ||
.coverage.* | ||
.coverage* | ||
.cache | ||
coverage.xml | ||
*.cover | ||
|
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
coverage: | ||
status: | ||
project: | ||
default: | ||
target: 100% | ||
threshold: 0% | ||
patch: | ||
default: | ||
target: 100% | ||
threshold: 0% |
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
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
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
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
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
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
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
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
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
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