Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sdabhi23 committed Jan 10, 2025
1 parent 73b2ca7 commit 3a9aeff
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,21 @@

Python library for extracting real-time data from Bombay Stock Exchange (India).

| Tests on `master` branch | Tests on `dev` branch | Code coverage | Documentation |
| ----------------------------------------- | ----------------------------------- | --------------------------------------------- | ------------------------------------- |
| [![tests master][testsmaster]][testsmasterlink] | [![tests dev][testsdev]][testsdevlink] | [![code coverage][codecovbadge]][codecovlink] | [![documentation][docbadge]][doclink] |
| Code coverage | Documentation |
| --------------------------------------------- | ------------------------------------- |
| [![code coverage][codecovbadge]][codecovlink] | [![documentation][docbadge]][doclink] |


## Tests

| `daily` | `master` branch | `dev` branch |
|--------------------------------------------- | ----------------------------------------------- | -------------------------------------- |
| [![tests daily][testsdaily]][testsdailylink] | [![tests master][testsmaster]][testsmasterlink] | [![tests dev][testsdev]][testsdevlink] |

[testsdaily]: https://github.com/sdabhi23/bsedata/actions/workflows/daily-tests.yml/badge.svg
[testsmaster]: https://github.com/sdabhi23/bsedata/actions/workflows/dev-tests.yml/badge.svg?branch=master
[testsdev]: https://github.com/sdabhi23/bsedata/actions/workflows/dev-tests.yml/badge.svg?branch=dev
[testsdailylink]: https://github.com/sdabhi23/bsedata/actions/workflows/daily-tests.yml
[testsmasterlink]: https://github.com/sdabhi23/bsedata/actions/workflows/dev-tests.yml?query=branch%3Amaster
[testsdevlink]: https://github.com/sdabhi23/bsedata/actions/workflows/dev-tests.yml?query=branch%3Adev
[codecovbadge]: https://codecov.io/gh/sdabhi23/bsedata/branch/master/graph/badge.svg?token=QI8ZPA6ODL
Expand Down

0 comments on commit 3a9aeff

Please sign in to comment.