-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Add badges, update workflows & names #24 * Add coverage report upload and update readme badge link #24 * Downgrade artifact for easier compatibility #24 See actions/upload-artifact#478 * Move and test dev PR coverage and upload to GH pages, update badge link #24 * Add html report, fix directory structure, fix content overwriting #24 * Remove previous coverage_badge.json from GH pages, add recursive directory creation #24 * Catch mistakes for uploading the coverage_report directory #24 * Move step in which the html reports are generated #24 * Update python code quality version (Version 3.11.6 was not found in the local cache) and mkdir coverage_report #24 * Fix attempt: Explicitly create all directories #24 * Fix attempt: Explicitly state publish branch #24 * Remove broken link to html coverage report #24
- Loading branch information
1 parent
98f1884
commit 196ebd1
Showing
3 changed files
with
27 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Deploy docs | ||
name: GitHub Pages | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters