-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add/limit action run #66
Conversation
CHANGELOG.md
Outdated
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |||
### Added | |||
- `ReserverBaseError` added in `reserver/__init__.py` | |||
### Changed | |||
- GitHub actions are limited to the `dev, main` branches |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`dev` and `main`
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #66 +/- ##
==========================================
- Coverage 70.11% 67.94% -2.17%
==========================================
Files 6 6
Lines 184 184
Branches 37 36 -1
==========================================
- Hits 129 125 -4
- Misses 40 42 +2
- Partials 15 17 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Any other comments?