• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FIWARE / VCVerifier / 15068183953

16 May 2025 12:14PM UTC coverage: 45.358% (-1.0%) from 46.375%
15068183953

Pull #57

github

web-flow
Update verifier/verifier.go

Co-authored-by: Tim Smyth <33017641+pulledtim@users.noreply.github.com>
Pull Request #57: Support request byValue and byReference and presentationDefinition

150 of 289 new or added lines in 7 files covered. (51.9%)

40 existing lines in 5 files now uncovered.

1202 of 2650 relevant lines covered (45.36%)

0.51 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/common/fileSystem.go
1
package common
2

3
import "os"
4

5
// file system interfaces
6

7
type FileAccessor interface {
8
        ReadFile(filename string) ([]byte, error)
9
}
10
type DiskFileAccessor struct{}
11

NEW
12
func (DiskFileAccessor) ReadFile(filename string) ([]byte, error) {
×
NEW
13
        return os.ReadFile(filename)
×
NEW
14
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc