File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22[ ![ Pharo] ( https://img.shields.io/static/v1?style=for-the-badge&message=Pharo&color=3297d4&logo=Harbor&logoColor=FFFFFF&label= )] ( https://www.pharo.org )
33[ ![ SQLite3] ( https://img.shields.io/static/v1?style=for-the-badge&message=SQLite3&color=044a64&logo=SQLite&logoColor=FFFFFF&label= )] ( https://www.sqlite.org )
44
5- [ ![ Unit Tests] ( https://github.com/pharo-rdbms/Pharo-SQLite3/workflows/Unit%20Tests /badge.svg?branch=master )] ( https://github.com/pharo-rdbms/Pharo-SQLite3/actions?query=workflow%3AUnit%20Tests )
6- [ ![ GLORP Integration Tests] ( https://github.com/pharo-rdbms/Pharo-SQLite3/workflows/GLORP%20Integration%20Tests /badge.svg?branch=master )] ( https://github.com/pharo-rdbms/Pharo-SQLite3/actions?query=workflow%3AGLORP%20Integration%20Tests )
5+ [ ![ Unit Tests] ( https://github.com/pharo-rdbms/Pharo-SQLite3/actions/ workflows/unit-tests.yml /badge.svg )] ( https://github.com/pharo-rdbms/Pharo-SQLite3/actions/workflows/unit-tests.yml )
6+ [ ![ GLORP Integration Tests] ( https://github.com/pharo-rdbms/Pharo-SQLite3/actions/ workflows/glorp-integration-tests.yml /badge.svg )] ( https://github.com/pharo-rdbms/Pharo-SQLite3/actions/workflows/glorp-integration-tests.yml )
77[ ![ Coverage Status] ( https://codecov.io/github/pharo-rdbms/Pharo-SQLite3/coverage.svg?branch=master )] ( https://codecov.io/gh/pharo-rdbms/Pharo-SQLite3/branch/master )
88
99[ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( LICENSE )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ BaselineOfSQLite3 >> projectClass [
4949BaselineOfSQLite3 >> setUpDependencies: spec [
5050
5151 spec
52- baseline: ' Glorp' with: [ spec repository: ' github://pharo-rdbms/glorp:v9.0.6 /' ];
52+ baseline: ' Glorp' with: [ spec repository: ' github://pharo-rdbms/glorp/' ];
5353 project: ' Glorp-Core' copyFrom: ' Glorp' with: [ spec loads: ' Core' ];
5454 project: ' Glorp-Tests' copyFrom: ' Glorp' with: [ spec loads: ' Glorp-Integration-Tests' ]
5555]
You can’t perform that action at this time.
0 commit comments