Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix syntax checking to include run-task file #279

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

hneiva
Copy link
Contributor

@hneiva hneiva commented Jun 23, 2023

No description provided.

@hneiva hneiva requested a review from ahal June 23, 2023 17:53
@hneiva
Copy link
Contributor Author

hneiva commented Jun 23, 2023

Here is another example of the GH integration behaving different from local commit hooks.
When I committed my changes it didn't complain about fetch-content file 😵‍💫

pyproject.toml Outdated
@@ -26,6 +27,14 @@ ignore = [
"E741",
]
target-version = "py37"
exclude = [
"src/taskgraph/run-task/robustcheckout.py",
"taskcluster/scripts/external_tools/tooltool.py",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should just exclude all of external_tools as presumably we wouldn't want to lint anything in there.

@codecov
Copy link

codecov bot commented Jun 23, 2023

Codecov Report

Patch coverage: 6.25% and no project coverage change.

Comparison is base (dc1b8ea) 58.65% compared to head (9d1f159) 58.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #279   +/-   ##
=======================================
  Coverage   58.65%   58.65%           
=======================================
  Files          69       69           
  Lines        6301     6301           
  Branches     1269     1269           
=======================================
  Hits         3696     3696           
  Misses       2328     2328           
  Partials      277      277           
Impacted Files Coverage Δ
src/taskgraph/run-task/fetch-content 18.96% <0.00%> (ø)
src/taskgraph/run-task/run-task 29.43% <33.33%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants