• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

keybase / saltpack / 257
84%

Build:
DEFAULT BRANCH: master
Ran 19 Aug 2020 10:24AM UTC
Jobs 3
Files 1
Run time 7s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Aug 2020 10:24AM UTC coverage: 77.358%. First build
257

Pull #86

travis-ci

GitHub
main.yml

# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
  # This workflow contains a single job called "build"
  build:
    # The type of runner that the job will run on
    runs-on: ubuntu-latest

    # Steps represent a sequence of tasks that will be executed as part of the job
    steps:
    # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
    - uses: actions/checkout@v2

    # Runs a single command using the runners shell
    - name: Run a one-line script
      run: echo Hello, world!

    # Runs a set of commands using the runners shell
    - name: Run a multi-line script
      run: |
        echo Add other actions to build,
        echo test, and deploy your project.
Pull Request #86:

123 of 159 relevant lines covered (77.36%)

2.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 257.1 19 Aug 2020 10:24AM UTC 0
77.36
Travis Job 257.1
2 257.2 19 Aug 2020 10:24AM UTC 0
77.36
Travis Job 257.2
3 257.3 19 Aug 2020 10:24AM UTC 0
83.76
Travis Job 257.3
Source Files on build 257
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #257
  • Pull Request #86
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc