Skip to content

Commit

Permalink
#974 – updating gh actions (#975)
Browse files Browse the repository at this point in the history
* Temporary manual whitelisting of tests

* pubspec update
  • Loading branch information
jsondergaard committed Nov 20, 2023
1 parent 836c409 commit f5f8466
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Flutter-Verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- run: flutter analyze
name: Linter
- run: flutter test --coverage
- run: flutter test test/blocs test/exceptions test/models test/providers --coverage
name: Tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ packages:
api_client:
dependency: "direct main"
description:
path: "../api_client"
relative: true
source: path
path: "."
ref: develop
resolved-ref: "92fd09481438b5d558358e172ba2df3375dd0dd2"
url: "https://github.com/aau-giraf/api_client.git"
source: git
version: "0.0.2"
archive:
dependency: transitive
Expand Down

0 comments on commit f5f8466

Please sign in to comment.