mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-12 22:07:17 +00:00
This is a noop refactor. It is on the path of each integration tests and this is why it needs no additional testing. It makes it possible to run the migration tests using `go test` (which runs from the root) instead of building a test binary with `go test -c` that runs in the target directory, which is what the current tests are doing. This will be put to use to extract coverage in a unified way. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8999 Reviewed-by: jerger <jerger@noreply.codeberg.org> Co-authored-by: Earl Warren <contact@earl-warren.org> Co-committed-by: Earl Warren <contact@earl-warren.org> |
||
---|---|---|
.. | ||
gitea-v1.6.4.mysql.sql.gz | ||
gitea-v1.6.4.postgres.sql.gz | ||
gitea-v1.6.4.sqlite3.sql.gz | ||
gitea-v1.7.0.mysql.sql.gz | ||
gitea-v1.7.0.postgres.sql.gz | ||
gitea-v1.7.0.sqlite3.sql.gz | ||
migration_test.go |