File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
otp :
23
- - " 25.1.1 "
23
+ - " 25.2 "
24
24
- " 25.0"
25
25
- " 24.3"
26
26
- " 24.0"
44
44
examples :
45
45
name : Test examples
46
46
runs-on : ubuntu-latest
47
- container : erlang:25.1.1
47
+ container : erlang:25.2
48
48
steps :
49
49
- name : Checkout code
50
50
uses : actions/checkout@v3
54
54
parallel-examples :
55
55
name : Test examples in parallel
56
56
runs-on : ubuntu-latest
57
- container : erlang:25.1.1
57
+ container : erlang:25.2
58
58
steps :
59
59
- name : Checkout code
60
60
uses : actions/checkout@v3
64
64
coverage :
65
65
name : Code coverage
66
66
runs-on : ubuntu-latest
67
- container : erlang:25.1.1
67
+ container : erlang:25.2
68
68
steps :
69
69
- name : Checkout code
70
70
uses : actions/checkout@v3
74
74
run : make test
75
75
env :
76
76
COVER : true
77
- - name : Ping codecov
77
+ - name : Upload coverage to Codecov
78
78
uses : codecov/codecov-action@v3
79
79
with :
80
80
files : " _build/test/covertool/proper.covertool.xml"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ base since 2012.
18
18
19
19
You can reach PropEr's developers in the following ways:
20
20
21
- * on the web: at [ the project's home page] ( http ://proper-testing.github.io)
21
+ * on the web: at [ the project's home page] ( https ://proper-testing.github.io)
22
22
or [ the project's github page] ( https://github.com/proper-testing/proper )
23
23
* by email: take the tool's name (all lowercase), add a @ followed by
24
24
softlab dot ntua dot gr
@@ -89,7 +89,7 @@ Quickstart guide
89
89
base:
90
90
91
91
``` shell
92
- git clone git:// github.com/ proper-testing/proper.git
92
+ git clone git@ github.com: proper-testing/proper.git
93
93
```
94
94
* Compile PropEr: Simply run ` make` if you just want to build PropEr.
95
95
If you want to do some changes to PropEr or submit some pull request you
@@ -195,7 +195,7 @@ incompatibilities between the two tools by now.
195
195
<!-- Badges (alphabetically) -->
196
196
[codecov badge]: https://codecov.io/gh/proper-testing/proper/branch/master/graph/badge.svg
197
197
[commit badge]: https://img.shields.io/github/last-commit/proper-testing/proper.svg?style=flat-square
198
- [erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2025.1 -blue.svg?style=flat-square
198
+ [erlang versions badge]: https://img.shields.io/badge/erlang-21.0%20to%2025.2 -blue.svg?style=flat-square
199
199
[hex pm badge]: https://img.shields.io/hexpm/v/proper.svg?style=flat
200
200
[license badge]: https://img.shields.io/github/license/proper-testing/proper.svg?style=flat-square
201
201
[release badge]: https://img.shields.io/github/release/proper-testing/proper.svg?style=flat-square
You can’t perform that action at this time.
0 commit comments