Skip to content

Commit

Permalink
Merge pull request #6 from febrifahmi/dev
Browse files Browse the repository at this point in the history
Fix: adding badge to README.md
  • Loading branch information
febrifahmi authored Feb 12, 2023
2 parents d95e07f + 68510ef commit 6fd2103
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
- name: Install coverage
uses: coverage
run: pip install coverage
- name: Running coverage test
run: coverage run -m unittest discover
- name: Install coverage.py badge
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# geotekppu
![Code Coverage](/home/runner/work/geotekppu/geotekppu/coverage.svg "Code Coverage")
A python module for geotechnic analysis

0 comments on commit 6fd2103

Please sign in to comment.