Skip to content

Commit

Permalink
cleanup, final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Apr 23, 2024
1 parent 1c3f161 commit a6134ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ jobs:
fi
if [ "$rel" != "${rel#v}" ] && wget https://github.com/nats-io/nats-server/releases/download/$rel/nats-server-$rel-linux-amd64.tar.gz; then
tar -xzf nats-server-$rel-linux-amd64.tar.gz
ls -lsra nats-server-$rel-linux-amd64
cp nats-server-$rel-linux-amd64/nats-server ../deps/nats-server/nats-server
else
for c in 1 2 3 4 5
Expand All @@ -152,8 +151,6 @@ jobs:
done
mv ./nats-server ../deps/nats-server/nats-server
fi
echo "------------------------------------------"
../deps/nats-server/nats-server -v # <>/<>
- name: "Test"
working-directory: ./build
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/on-push-release-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
streaming: OFF

coverage:
if: github.base_ref == 'main'
name: "Coverage"
uses: ./.github/workflows/build-test.yml
with:
Expand All @@ -61,4 +60,3 @@ jobs:
type: Debug
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

6 changes: 3 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ ignore:
coverage:
precision: 2
round: down
range: "75...80"
range: "70...80"
status:
project:
default:
# target: 75%
threshold: 2%
target: 65%
threshold: 1%
github_checks:
annotations: true
comment:
Expand Down

0 comments on commit a6134ae

Please sign in to comment.