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

Proper names for Github Actions jobs #151

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Proper names for Github Actions jobs #151

merged 1 commit into from
Feb 2, 2024

Conversation

shaypal5
Copy link
Collaborator

@shaypal5 shaypal5 commented Feb 2, 2024

No description provided.

@shaypal5 shaypal5 requested a review from Borda February 2, 2024 11:46
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (eea7a24) 99.40% compared to head (3c70ffa) 99.40%.

Additional details and impacted files

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eea7a24...3c70ffa. Read the comment docs.

@@ -5,7 +5,7 @@ on:
push:

jobs:
build:
checkdocs:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
checkdocs:
check-docs:

@@ -9,7 +9,7 @@ on:
- cron: '0 0 * * 0'

jobs:
build:
test:
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
test:
ci-tests:

@shaypal5 shaypal5 merged commit 81f56c8 into master Feb 2, 2024
64 checks passed
@shaypal5 shaypal5 deleted the job-renaming branch February 2, 2024 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants