Skip to content

Commit

Permalink
Yet again trying to get a coverage.svg file to be seen in the README.…
Browse files Browse the repository at this point in the history
…rst.
  • Loading branch information
cnobile2012 committed Feb 3, 2025
1 parent 836c7aa commit 04d79e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
- name: Set badge path
run: |
mkdir -p .github/badges
cp docs/badges/coverage-badge.svg .github/badges/
cp -n docs/badges/coverage-badge.svg .github/badges/
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: badge
name: Coverage badge
path: .github/badges/coverage-badge.svg
12 changes: 1 addition & 11 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,6 @@ upload-test: build
install-dev:
pip install $(PIP_ARGS) -r requirements/development.txt

# To add a pre-release candidate such as 'rc1' to a test package name an
# environment variable needs to be set that setup.py can read.
#
# The command below will work with any package target below.
# make build-deb TEST_TAG=rc1
#
# For example a deb file might look like 'nc-bookkeeper-0.10rc1-amd64.deb'.
#


#----------------------------------------------------------------------
.PHONY : clean clobber

Expand All @@ -129,4 +119,4 @@ clobber : clean
@rm -rf $(DOCS_DIR)/htmlcov
@rm -rf $(DOCS_DIR)/xmlcov
@rm -rf $(DOCS_DIR)/badges
#@rm -rf $(DOCS_DIR)/build
@rm -rf $(DOCS_DIR)/build

0 comments on commit 04d79e8

Please sign in to comment.