Skip to content

Commit

Permalink
Merge pull request #47 from cicirello/fix-pycache
Browse files Browse the repository at this point in the history
Suppressed generation of Python's pycache
  • Loading branch information
cicirello authored Feb 18, 2022
2 parents 7675fff + f68c4db commit bce93b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### CI/CD


## [2.6.1] - 2022-02-18

### Fixed
* Suppressed Python's pycache on imports (fixes Issue #46).


## [2.6.0] - 2022-02-17

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/JacocoBadgeGenerator.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env -S python3 -B
#
# jacoco-badge-generator: Coverage badges, and pull request coverage checks,
# from JaCoCo reports in GitHub Actions.
Expand Down

0 comments on commit bce93b1

Please sign in to comment.