Skip to content

Commit

Permalink
Merge pull request #85 from Brad-Edwards/repo-org-move
Browse files Browse the repository at this point in the history
Update configs post move to personal repo
  • Loading branch information
Brad-Edwards authored Dec 22, 2024
2 parents 6e8d50e + e06e9d8 commit 876db79
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
with:
args: >
-Dsonar.python.coverage.reportPaths=coverage-reports/coverage.xml
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Input validation
- Runtime checks

## [1.0.1] - 2024-12-23
## [1.0.1] - 2024-12-22
### Added
- Moved package to `gotstate` and updated `pyproject.toml`

## [1.0.2] - 2024-12-22
### Changed
- Updated `pyproject.toml`
- Updated `sonar-project.properties`
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "gotstate"
version = "1.0.1"
version = "1.0.2"
description = "A hierarchical finite state machine library"
readme = "README.md"
authors = [
Expand Down
8 changes: 4 additions & 4 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=KeplerOps_gotstate
sonar.organization=keplerops
sonar.projectKey=Brad-Edwards_gotstate
sonar.organization=brad-edwards
sonar.projectName=gotstate
sonar.projectVersion=1.0.1
sonar.projectVersion=1.0.2
sonar.sources=gotstate
sonar.exclusions=**/tests/**,**/test_*.py
sonar.host.url=https://sonarcloud.io

0 comments on commit 876db79

Please sign in to comment.