forked from matter-labs/zksync
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: ignore temp files used to generate code coverage report * chore: add pull request description template * ci:remove prover test because already included in server-rust * test: allow the possibility to measure unit test code coverage * doc: describe how to measure code coverage and generate reports * ci: rename workflows * style: zk fmt * style: fix markdown style issue * style: zk fmt * ci: remove unused command * docs: include required tools to generate code coverage * ci: add code coverage tools to zk image * ci: rename docker workflow * ci: measure unit test code coverage * refactor: avoid code duplication * ci: fix yaml syntax * ci: replace code coverage action * ci: create intermediate directories for coverage report * ci: debug prover tests * chore: debug lint issues * build: add cargo.lock * Revert "build: add cargo.lock" This reverts commit 29942d6. * ci: fix rust version used for lint * ci: install clippy using rustup * ci: install rustfmt with rustup * ci: debug unit test failing * chore: update tests and docs according to PR suggestions * ci: debug ci fails * ci(debug): debug failing test * test: fix failing test * build: restore Cargo.lock * build: restore Cargo.lock * ci: enable all the tests * ci: debug coverage file size * ci: debug coverage file size * ci: debug coverage file size * ci: debug coverage file size * ci: test lcov file size * ci: test lcov file size * ci: test cobertura file size * Revert "ci: test cobertura file size" This reverts commit d599910. * ci: enable all the tests * test: increate prover timeout * test: increate prover timeout * ci: enable ci to run only when the PR is ready
- Loading branch information
Showing
13 changed files
with
233 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- markdownlint-disable-file MD041 --> | ||
|
||
## What | ||
|
||
- (describe the changes) | ||
|
||
## Why | ||
|
||
- (the reason these changes are wanted) | ||
|
||
## Refs | ||
|
||
- (optional: include links to other issues, PRs, tickets, etc) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: rif-rollup Mark as draft | ||
name: Mark as draft | ||
on: | ||
pull_request_review: | ||
types: [submitted] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: publish server docker image | ||
name: Publish docker images | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,6 @@ flamegraph.svg | |
bin/mkcert | ||
|
||
docker/rskj/data | ||
|
||
# Files used to generate code-coverage reports | ||
*.profraw |
Oops, something went wrong.