Skip to content

Commit

Permalink
coverage badge in README
Browse files Browse the repository at this point in the history
The CI coverage badge in the README file was not clickable. This commit makes the badge link to the reinforcement-learning project on GitHub, allowing users to easily navigate to the project page.
  • Loading branch information
nakashima-hikaru committed Nov 20, 2023
1 parent b4ef151 commit 62d425e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nakashima-hikaru/39e7ad55fb0943a43d055782915a2024/raw/pytest-coverage-comment.json)
[![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nakashima-hikaru/39e7ad55fb0943a43d055782915a2024/raw/pytest-coverage-comment.json)](https://github.com/nakashima-hikaru/reinforcement-learning)

# Reinforcement Learning Project

Expand Down

1 comment on commit 62d425e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
reinforcement_learning/markov_decision_process/bandit_problem/agents
   base.py17194%14
reinforcement_learning/markov_decision_process/grid_world/methods/monte_carlo
   mc_control_off_policy.py29197%19
   mc_control_on_policy.py25196%16
   mc_eval.py33197%23
reinforcement_learning/markov_decision_process/grid_world/methods/temporal_difference
   sarsa_agent.py60198%21
   td_eval.py45198%41
TOTAL714699% 

Tests Skipped Failures Errors Time
30 0 💤 0 ❌ 0 🔥 0.615s ⏱️

Please sign in to comment.