Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Commit

Permalink
Freezing the package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Jan 13, 2020
1 parent 1cf9e52 commit 60f0b12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `tarpaulin` Action
# Rust `tarpaulin` Action

![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)
[![Gitter](https://badges.gitter.im/actions-rs/community.svg)](https://gitter.im/actions-rs/community)
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@master
uses: actions/checkout@v2

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
Expand All @@ -28,10 +28,10 @@ jobs:
override: true

- name: Run cargo-tarpaulin
uses: actions-rs/tarpaulin@v1
uses: actions-rs/tarpaulin@v0.1
with:
version: '0.9.0'
tapaulin-args: '-- --test-threads 1'
args: '-- --test-threads 1'

- name: Upload to codecov.io
uses: codecov/codecov-action@v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rust-tarpaulin",
"version": "1.0.0",
"version": "0.1.0",
"private": false,
"description": "Code coverage report with Tarpaulin",
"main": "lib/main.js",
Expand Down

0 comments on commit 60f0b12

Please sign in to comment.