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
feat: adds the rest of the polymarket endpoints (#2)
* feat: adds Orderbook endpoint
* refactor: added Listable module to dry up the #list methods
* feat: adds the rest of the polymarket endpoints
* test: gets everything to 100% branch coverage
* ci: updates workflow to include simplecov check
* test: corrected Endpoint spec to ensure Polymarket::Client is used
* ci: moves simplecov into validations
* ci: makes coverage.yaml its own job
* ci: trying to get coverage right
* ci: corrects coverage conditional
* ci: uses hashFiles to check file existence
* ci: adds tmate action to debug coverage problems
* ci: puts coverage files in the correct directory
* ci: include-hidden-files to get the .last_run.json to upload/download
* ci: removes tmate debugging step
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
0 commit comments