You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add CodeCov flags for database-specific test jobs (#1297)
- Add flag parameter to save-test-results command
- Assign unique flags to each database test job:
- test: no-databases test job
- mysql: MySQL test job
- postgresql: PostgreSQL test job
- oracle: Oracle test job
- cubrid: CUBRID test job
- mongodb: MongoDB test job
- firebird: Firebird test job
- embedded: Embedded databases test job
- db2: DB2 test job
- examples: Examples build job
This enables proper coverage tracking across parallel CI jobs
by allowing CodeCov to separate and merge coverage reports
from different database test environments.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
0 commit comments