Skip to content

Commit

Permalink
Merge pull request #75 from Clinical-Genomics/fix_coverage_hidden_art…
Browse files Browse the repository at this point in the history
…ifact

Fix coverage upload hidden artifact new required option
  • Loading branch information
dnil authored Sep 4, 2024
2 parents acac2f6 + 0e805b0 commit a7fcd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests_and_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
with:
name: coverage${{ matrix.group }}
path: .coverage
include-hidden-files: true

coverage:
needs: test
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Use codecov badge and fix scout link on README page
- Added a test for TRGT MCs set to `.`
- Added CLI test for TRGT file
- Fix codecov upload hidden artifact issue

## [0.9.1]
### Added
Expand Down

0 comments on commit a7fcd76

Please sign in to comment.