Skip to content

codebeltnet/jobs-codecov

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reusable Workflows for Codecov by Sentry

This repository contains reusable workflows for integrating Codecov by Sentry into your CI/CD pipeline.

These workflows is part of the Codebelt umbrella and ensures a consistent way of:

  • Defining your CI/CD pipeline
  • Structuring your repository
  • Keeping your codebase small and feasible
  • Writing clean and maintainable code
  • Deploying your code to different environments
  • Automating as much as possible

A paved path to excel as a DevSecOps Engineer.

Available Workflows

Usage

To call this workflow in your GitHub repository, you can follow these steps:

sonarcloud-call:
    uses: codebeltnet/jobs-codecov/.github/workflows/default.yml@v1

Inputs

with:
  # The fully qualified name of the repository, including owner, e.g. codebeltnet/xunit.
  repository:
  # The maximum time in minutes to allow the job to run. Default is 15 minutes.
  timeout-minutes: 15

Secrets

secrets:
  CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Outputs

This workflow has no outputs.

Example

jobs:
  codecov:
    needs: [build,test]
    uses: codebeltnet/jobs-codecov/.github/workflows/default@v1
    with:
      repository: codebeltnet/xunit
    secrets: inherit

Contributing to Reusable Workflows for SonarQube Cloud

Contributions are welcome! Feel free to submit issues, feature requests, or pull requests to help improve these workflows.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A reusable workflow for Codecov by Sentry integration.

Resources

License

Stars

Watchers

Forks