You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPMENT.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ To run tests using the current Python environment:
79
79
make test
80
80
```
81
81
82
+
82
83
### Coverage
83
84
84
85
Coverage can be checked with
@@ -87,6 +88,30 @@ Coverage can be checked with
87
88
make coverage
88
89
```
89
90
91
+
### Testing CI locally
92
+
93
+
you can run local github actions on the ubuntu using https://github.com/nektos/act. Currently you need to build a latest docker image for ubuntu using the following dockerfile
0 commit comments