-
Notifications
You must be signed in to change notification settings - Fork 64
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
Proper names for Github Actions jobs #151
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #151 +/- ##
=======================================
Coverage 99.40% 99.40%
=======================================
Files 5 5
Lines 508 508
Branches 88 88
=======================================
Hits 505 505
Misses 2 2
Partials 1 1 Continue to review full report in Codecov by Sentry.
|
@@ -5,7 +5,7 @@ on: | |||
push: | |||
|
|||
jobs: | |||
build: | |||
checkdocs: |
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.
checkdocs: | |
check-docs: |
@@ -9,7 +9,7 @@ on: | |||
- cron: '0 0 * * 0' | |||
|
|||
jobs: | |||
build: | |||
test: |
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.
test: | |
ci-tests: |
No description provided.