Skip to content

Commit 0a95a98

Browse files
committed
Update badges in README.md
1 parent 2e3ed3a commit 0a95a98

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# FileSystem [![Build Status][travis_badge]][travis]
1+
# FileSystem
2+
3+
[![Build Status][gha_badge]][gha_jobs]
4+
[![Test coverage][coveralls_badge]][coveralls]
5+
26
FileSystem is a Smalltalk API for accessing files and directories. This is an implementation for Squeak/Smalltalk.
37

48
The FileSystem API was proposed as an alternative to the FileDirectory API for file system access in Squeak. It was first implemented as a library package for Squeak. Later it was adopted by Pharo as the main file system access library, while Squeak stayed with FileDirectory.
@@ -16,10 +20,12 @@ Then, use the following snippet to load:
1620

1721
```smalltalk
1822
Metacello new
19-
baseline: 'FileSystem';
20-
repository: 'github://squeak-smalltalk/squeak-filesystem:master/src';
21-
load.
23+
baseline: 'FileSystem';
24+
repository: 'github://squeak-smalltalk/squeak-filesystem:master/src';
25+
load.
2226
```
2327

24-
[travis]: https://travis-ci.org/j4yk/Squeak-FileSystem
25-
[travis_badge]: https://travis-ci.org/j4yk/Squeak-FileSystem.svg?branch=master
28+
[gha_jobs]: https://github.com/squeak-smalltalk/Squeak-FileSystem/actions/workflows/tests.yml
29+
[gha_badge]: https://github.com/squeak-smalltalk/Squeak-FileSystem/actions/workflows/tests.yml/badge.svg
30+
[coveralls_badge]: https://coveralls.io/repos/github/squeak-smalltalk/Squeak-FileSystem/badge.svg
31+
[coveralls]: https://coveralls.io/github/squeak-smalltalk/Squeak-FileSystem

0 commit comments

Comments
 (0)