Skip to content

Conversation

@carrino
Copy link
Member

@carrino carrino commented Jun 18, 2025

… to:

  • Trigger on pushes and pull requests to both the develop and prod branches.
  • Ensure that tests are executed for both develop and prod environments, depending on the branch that triggered the workflow.
  • Enable the flake8 linting step.
  • Configure the linting step to run only on pull requests to catch issues before merging.

… to:

- Trigger on pushes and pull requests to both the `develop` and `prod` branches.
- Ensure that tests are executed for both `develop` and `prod` environments, depending on the branch that triggered the workflow.
- Enable the `flake8` linting step.
- Configure the linting step to run only on pull requests to catch issues before merging.
@carrino carrino changed the title I've updated the GitHub workflow (.github/workflows/python-app.yml)… add linting Jun 18, 2025
Imports the `logging` module in `tests/test_aero_calculator.py`
to resolve F821 undefined name errors identified by flake8.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 15744826120

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.405%

Totals Coverage Status
Change from base Build 15740422848: 0.0%
Covered Lines: 525
Relevant Lines: 622

💛 - Coveralls

@carrino carrino merged commit 6fe3a76 into develop Jun 18, 2025
1 check passed
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.

3 participants