Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
fix: revert to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jswildcards committed Oct 19, 2020
1 parent 0910828 commit fea4fc2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
rm -rf repo test_result.txt
git clone $1 repo
cd repo
NO_COLOR=true deno test -A --unstable --coverage > test_result.txt
NO_COLOR=true deno test ./repo -A --unstable --coverage > test_result.txt
2 changes: 1 addition & 1 deletion coverage.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export async function calculate(username: string, repo: string) {
const prebuild1 = Deno.run({
cmd: ["curl", "https://deno.land/x/dcbadge@0.0.6/build.sh"],
cmd: ["curl", "https://deno.land/x/dcbadge@0.0.2/build.sh"],
stdout: "piped"
});

Expand Down
2 changes: 1 addition & 1 deletion egg.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: dcbadge
description: Deno code coverage badges powered by Shields.io
unstable: true
version: 0.0.5
version: 0.0.7
files:
- ./build.sh
- ./coverage_test.ts
Expand Down

0 comments on commit fea4fc2

Please sign in to comment.