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

fix: change workflowBootstrapSteps typing to JobStep[] #1677

Merged
merged 1 commit into from
Mar 10, 2022

Conversation

saudkhanzada
Copy link
Contributor

fixes: #1676


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-commenter
Copy link

Codecov Report

Merging #1677 (3fb230d) into main (d90284c) will increase coverage by 1.45%.
The diff coverage is 89.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1677      +/-   ##
==========================================
+ Coverage   88.06%   89.51%   +1.45%     
==========================================
  Files         132      150      +18     
  Lines        5109     6064     +955     
  Branches     1207     1562     +355     
==========================================
+ Hits         4499     5428     +929     
- Misses        610      634      +24     
- Partials        0        2       +2     
Impacted Files Coverage Δ
src/awscdk/internal.ts 100.00% <ø> (ø)
src/cdk/consts.ts 100.00% <ø> (+36.36%) ⬆️
src/dev-env.ts 83.33% <0.00%> (ø)
src/java/index.ts 100.00% <ø> (ø)
src/python/index.ts 100.00% <ø> (ø)
src/release/index.ts 100.00% <ø> (ø)
src/tasks.ts 94.11% <ø> (+0.78%) ⬆️
src/testing.ts 80.00% <ø> (ø)
src/textfile.ts 100.00% <ø> (ø)
src/toml.ts 90.90% <ø> (ø)
... and 179 more

Continue to review full report at Codecov.

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

@mergify mergify bot merged commit 93e112d into projen:main Mar 10, 2022
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.

wrong type for workflowBootstrapSteps
3 participants