Skip to content

ci: Combine all go tests into one job#12474

Merged
mslipper merged 8 commits intodevelopfrom
feat/combine-go-tests
Oct 16, 2024
Merged

ci: Combine all go tests into one job#12474
mslipper merged 8 commits intodevelopfrom
feat/combine-go-tests

Conversation

@mslipper
Copy link
Copy Markdown
Contributor

Combines all Go tests into a single job. This allows the runner to decide how to best parallelize the tests, and simplifies our CCI config.

Combines all Go tests into a single job. This allows the runner to decide how to best parallelize the tests, and simplifies our CCI config.
@semgrep-app
Copy link
Copy Markdown
Contributor

semgrep-app bot commented Oct 15, 2024

Semgrep found 6 sol-style-input-arg-fmt findings:

Inputs to functions must be prepended with an underscore (_)

Ignore this finding from sol-style-input-arg-fmt.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.42%. Comparing base (eb21c3e) to head (e288f37).
Report is 8 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #12474      +/-   ##
===========================================
- Coverage    64.60%   64.42%   -0.19%     
===========================================
  Files           52       52              
  Lines         4371     4371              
===========================================
- Hits          2824     2816       -8     
- Misses        1372     1381       +9     
+ Partials       175      174       -1     
Flag Coverage Δ
cannon-go-tests 64.42% <ø> (-0.19%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

@mslipper mslipper added this pull request to the merge queue Oct 16, 2024
Merged via the queue into develop with commit 1ff7090 Oct 16, 2024
@mslipper mslipper deleted the feat/combine-go-tests branch October 16, 2024 01:44
samlaf pushed a commit to samlaf/optimism that referenced this pull request Nov 10, 2024
* ci: Combine all go tests into one job

Combines all Go tests into a single job. This allows the runner to decide how to best parallelize the tests, and simplifies our CCI config.

* remove module param

* remove dep from compat

* remove dep

* unquote

* use archival node

* attach workspace
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.

2 participants