Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vjf committed Sep 5, 2024
2 parents 75a48ad + 603f34c commit d47b61a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches: [ "master" ]

permissions:
contents: read
contents: write

jobs:
build:
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Deploy test badge to master
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: tests/badge
target-folder: tests/badge
folder: test/badge
target-folder: test/badge
branch: master


2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
![Test Status](https://github.com/AuScope/geomodel-2-3dweb/actions/workflows/tests.yml/badge.svg)
[![Coverage Status](https://github.com/AuScope/geomodel-2-3dweb/blob/master/test/badge/coverage-badge.svg)]()
[![Coverage Status](https://raw.githubusercontent.com/AuScope/geomodel-2-3dweb/master/test/badge/coverage-badge.svg)]()

# geomodel-2-3dweb

Expand Down
1 change: 1 addition & 0 deletions test/badge/coverage-badge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d47b61a

Please sign in to comment.