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

Bump meta from 1.7.0 to 1.8.0 #10

Merged
merged 6 commits into from May 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions .github/workflows/dart.yml
Expand Up @@ -53,13 +53,10 @@ jobs:
# Your project will need to have tests in test/ and a dependency on
# package:test for this step to succeed.
- name: Run Tests
run: dart --branch-coverage test --coverage="coverage"

- name: Format Coverage Results
run: dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage.lcov --packages=.packages --report-on=lib
run: dart pub global run coverage:test_with_coverage --branch-coverage

- name: Upload Coverage Results
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Expand Up @@ -161,7 +161,7 @@ packages:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
mime:
dependency: transitive
description:
Expand Down