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

chore: toml fix #665

Merged
merged 8 commits into from
Nov 7, 2023
Merged

chore: toml fix #665

merged 8 commits into from
Nov 7, 2023

Conversation

0xJepsen
Copy link
Collaborator

Closes #646

This also takes the fork tests out of a parallel loop so they will take load off the CI and fail less frequently

@0xJepsen 0xJepsen requested review from kinrezC and Autoparallel and removed request for kinrezC October 30, 2023 23:10
@codecov
Copy link

codecov bot commented Oct 30, 2023

Codecov Report

Merging #665 (67d0ed6) into main (4c3a850) will increase coverage by 0.28%.
Report is 13 commits behind head on main.
The diff coverage is 89.91%.

@@            Coverage Diff             @@
##             main     #665      +/-   ##
==========================================
+ Coverage   60.73%   61.02%   +0.28%     
==========================================
  Files          26       28       +2     
  Lines        5629     5616      -13     
==========================================
+ Hits         3419     3427       +8     
+ Misses       2210     2189      -21     
Files Coverage Δ
bin/bind/tests.rs 100.00% <100.00%> (ø)
bin/fork/tests.rs 93.93% <100.00%> (-0.80%) ⬇️
bin/bind/mod.rs 38.02% <0.00%> (ø)
bin/bind/digest.rs 50.00% <50.00%> (ø)

... and 2 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@0xJepsen
Copy link
Collaborator Author

0xJepsen commented Nov 2, 2023

So this throws a foundry error if we put it there. Not sure where we should put this

@0xJepsen
Copy link
Collaborator Author

0xJepsen commented Nov 3, 2023

Maybe move back to the arbiter.toml and we can put more higher level configuration there

bin/bind/test.rs Outdated
@@ -0,0 +1,108 @@
#[allow(unused_imports)]
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Rename this file tests from test

@0xJepsen 0xJepsen merged commit 9c0cc61 into main Nov 7, 2023
11 checks passed
@0xJepsen 0xJepsen deleted the arbiter_config branch November 7, 2023 16:01
This was referenced Nov 7, 2023
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.

Move Arbiter Config out of cargo.toml and into foundry.toml
1 participant