-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Supports adding the codecov badge to the readme and uploading to codecov - Supports adding PyPi latest version badge - Supports adding PyPi supported Python versions badge - Supports adding latest CI test status in main badge - Closes #20
- Loading branch information
Showing
3 changed files
with
15 additions
and
1 deletion.
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: Python application | ||
name: EduNet | ||
|
||
on: | ||
push: | ||
|
@@ -50,6 +50,13 @@ jobs: | |
run: | | ||
poetry run tox -e py${{ env.py_version }} | ||
- name: Upload coverage reports to Codecov | ||
if: github.ref == 'refs/heads/main' # Only run this step if it's the main branch | ||
uses: codecov/[email protected] | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
slug: idjaw/edunet | ||
|
||
build: | ||
runs-on: ubuntu-latest | ||
needs: test | ||
|
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