-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move coverage out of default ci pipeline (#872)
* Move coverage out of default ci pipeline Coverage should not ge in default build pipline as the produced artifact is published directly. Published library MUST not contain instrumented bytecode. * Remove coverage filtering * Use binary scala versions only * Alter githubWorkflowBuild instead of override * Add missing header file * Disable scala3 mima check * Disable mima for non scala3 * Disable doc for not scala3 * Remove useless steps
- Loading branch information
1 parent
ec35739
commit 0c6d347
Showing
3 changed files
with
117 additions
and
55 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
16 changes: 16 additions & 0 deletions
16
bigquery/src/test/scala/magnolify/bigquery/TimestampConverterSuite.scala
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