Coder Social home page Coder Social logo

jacoco-to-gsheet's Introduction

jacoco-to-gsheet

This action takes the code coverage CSV report generated by jacoco and updates it in the Google sheets.

Inputs

SPREADSHEET_ID

  • The id of the Google spreadsheet that needs to be updated.
  • Alphanumeric value that is between the /d/ and the /edit in the URL of your spreadsheet.
  • Required field.

JACOCO_CSV_PATH

  • Path of the code coverage CSV generated by jacoco.
  • Required field.

SPREADSHEET_NAME

  • The name of the Google spreadsheet that needs to be updated.
  • Required field.

API_PRIVATE_KEY

  • Private key to get access to the Google sheets API.
  • Required field.

API_CLIENT_EMAIL

  • Email that will be used to edit the Google sheets API.
  • Required field.

Example Usage

- name: Update jacoco code coverage Google sheet
  uses: gps/jacoco-to-gsheet@master
  with:
    SPREADSHEET_ID: 1EwXZweUNKKGSC6k6_6IkukyRFeNzi7qEIIjOAC9_vGA
    JACOCO_CSV_PATH: build/reports/jacoco/codeCoverageReport/codeCoverageReport.csv
    SPREADSHEET_NAME: Sheet1
    API_CLIENT_EMAIL: [email protected]
    API_PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}

jacoco-to-gsheet's People

Contributors

gps avatar rahul2417 avatar

Watchers

 avatar

Forkers

rahul2417

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.