Skip to content

Adjusting make install#684

Merged
camilamaia merged 1 commit into
mainfrom
unknown repository
Oct 14, 2024
Merged

Adjusting make install#684
camilamaia merged 1 commit into
mainfrom
unknown repository

Conversation

@ghost
Copy link
Copy Markdown

@ghost ghost commented Oct 11, 2024

Description

Adjusting make install

Motivation behind this PR?

releated #683

What type of change is this?

Bug Fix

Checklist

  • I have added a changelog entry / my PR does not need a new changelog entry. Instructions.
  • I have added/updated unit tests. Instructions.
  • New and existing unit tests pass locally with my changes. Instructions
  • I have self-documented code my changes by adding docstring(s) and comment(s). Instructions
  • Current PR does not significantly decrease the code coverage and docstring coverage.
  • My code follows the style guidelines of this project.
  • I have run ScanAPI locally and manually tested my changes. Instructions.
  • I have squashed my commits. Instructions.

Issue

Closes #683

@ghost ghost requested review from a team as code owners October 11, 2024 16:48
@ghost
Copy link
Copy Markdown
Author

ghost commented Oct 11, 2024

I don't understand if the error in the CI publishing the code coverage is related to my change:

[2024-10-11T16:49:08.866Z] ['error'] There was an error running the uploader: Error uploading to [https://codecov.io:](https://codecov.io/) Error: There was an error fetching the storage URL during POST: 429 - {"message":"Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected time to availability: 1612s."}

@camilamaia
Copy link
Copy Markdown
Member

@taconi I've updated the codecov token. It should work now 🤞

@ghost
Copy link
Copy Markdown
Author

ghost commented Oct 11, 2024

lock updated in #685, but the pre-commit install command fails because it only exists inside venv

Copy link
Copy Markdown
Member

@camilamaia camilamaia left a comment

Choose a reason for hiding this comment

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

Nice!! Thanks! I'll fix the Codecov so it doesn't need a token since the repo is public. I think it's trying to get the token from the fork.

@camilamaia camilamaia merged commit 84a4587 into scanapi:main Oct 14, 2024
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.

make install instruction does not work

1 participant